xref: /llvm-project/llvm/test/CodeGen/MIR/README (revision 34359cf0fa03ba36487390d7c2a98f6a014e3430)
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