mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
7f4956f62a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289265 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
365 B
Plaintext
8 lines
365 B
Plaintext
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'.
|