1*34359cf0SMatthias BraunThis directory contains tests for the MIR file format parser and printer. It 2*34359cf0SMatthias Braunwas necessary to split the tests across different targets as no single target 3*34359cf0SMatthias Brauncovers all features available in machine IR. 4*34359cf0SMatthias Braun 5*34359cf0SMatthias BraunTests for codegen passes should NOT be here but in test/CodeGen/sometarget. As 6*34359cf0SMatthias Brauna rule of thumb this directory should only contain tests using 7*34359cf0SMatthias Braun'llc -run-pass none'. 8