Files
llvm/test/CodeGen/MIR
Matthias Braun 10c6c76ce2 Move tests to the correct place
test/CodeGen/MIR is for testing the MIR parser/printer. Tests for passes
and targets belong to test/CodeGen/TARGETNAME.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322925 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-19 06:08:15 +00:00
..
2018-01-19 06:08:15 +00:00
2018-01-19 06:08:15 +00:00
2018-01-19 06:08:15 +00:00
2018-01-19 06:08:15 +00:00

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'.