freebsd-nq/test/CodeGen/MIR
2017-12-18 20:10:56 +00:00
..
AArch64 Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
AMDGPU Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
ARM Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
Generic Vendor import of llvm trunk r307894: 2017-07-13 19:25:18 +00:00
Hexagon Vendor import of llvm trunk r307894: 2017-07-13 19:25:18 +00:00
Mips Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
NVPTX Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
PowerPC Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
X86 Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
README Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +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'.