• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2022-

AArch64/H20-Jan-2022-1,6761,438

AMDGPU/H20-Jan-2022-1,8521,575

ARM/H20-Jan-2022-397358

Generic/H20-Jan-2022-845707

Hexagon/H20-Jan-2022-11492

Mips/H20-Jan-2022-216193

NVPTX/H20-Jan-2022-135121

PowerPC/H20-Jan-2022-4843

WebAssembly/H20-Jan-2022-4541

X86/H20-Jan-2022-8,0276,856

READMEH A D20-Jan-2022365 86

README

1This directory contains tests for the MIR file format parser and printer. It
2was necessary to split the tests across different targets as no single target
3covers all features available in machine IR.
4
5Tests for codegen passes should NOT be here but in test/CodeGen/sometarget. As
6a rule of thumb this directory should only contain tests using
7'llc -run-pass none'.
8