Home | History | Annotate | only in /external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR
Up to higher level directory
NameDateSize
AArch64/22-Oct-2020
AMDGPU/22-Oct-2020
ARM/22-Oct-2020
Generic/22-Oct-2020
Hexagon/22-Oct-2020
Mips/22-Oct-2020
NVPTX/22-Oct-2020
PowerPC/22-Oct-2020
README22-Oct-2020365
WebAssembly/22-Oct-2020
X86/22-Oct-2020

README

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