brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 72e5540 Raw
8 lines · plain
1This directory contains tests for the MIR file format parser and printer. It2was necessary to split the tests across different targets as no single target3covers all features available in machine IR.4 5Tests for codegen passes should NOT be here but in test/CodeGen/sometarget. As6a rule of thumb this directory should only contain tests using7'llc -run-pass none'.8