Name Date Size #Lines LOC

..--

AArch64/H--1,7461,498

AMDGPU/H--2,9572,621

ARM/H--423382

Generic/H--1,2271,023

Hexagon/H--11492

Mips/H--216193

NVPTX/H--135121

PowerPC/H--4843

RISCV/H--142136

WebAssembly/H--4541

X86/H--8,6237,386

READMEH A D09-Dec-2016365 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