llvm-for-llvmta/test/CodeGen/MIR
Nils Hölscher 3500bf8dde first commit 2022-04-25 10:02:23 +02:00
..
AArch64 first commit 2022-04-25 10:02:23 +02:00
AMDGPU first commit 2022-04-25 10:02:23 +02:00
ARM first commit 2022-04-25 10:02:23 +02:00
Generic first commit 2022-04-25 10:02:23 +02:00
Hexagon first commit 2022-04-25 10:02:23 +02:00
Mips first commit 2022-04-25 10:02:23 +02:00
NVPTX first commit 2022-04-25 10:02:23 +02:00
PowerPC first commit 2022-04-25 10:02:23 +02:00
WebAssembly first commit 2022-04-25 10:02:23 +02:00
X86 first commit 2022-04-25 10:02:23 +02:00
README first commit 2022-04-25 10:02:23 +02:00

README

This directory contains tests for the MIR file format parser and printer. It
was necessary to split the tests across different targets as no single target
covers all features available in machine IR.

Tests for codegen passes should NOT be here but in test/CodeGen/sometarget. As
a rule of thumb this directory should only contain tests using
'llc -run-pass none'.