From: Matthias Braun Date: Fri, 9 Dec 2016 20:16:12 +0000 (+0000) Subject: Add README describing the intention of test/CodeGen/MIR X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f4956f62af4674aae1552f1d1293066962a2416;p=llvm Add README describing the intention of test/CodeGen/MIR git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289265 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/MIR/README b/test/CodeGen/MIR/README new file mode 100644 index 00000000000..72e55403165 --- /dev/null +++ b/test/CodeGen/MIR/README @@ -0,0 +1,7 @@ +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'.