bolt/deps/llvm-18.1.8/llvm/test/CodeGen/MIR
2025-02-14 19:21:04 +01:00
..
AArch64 Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
AMDGPU Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
ARM Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Generic Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Hexagon Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Mips Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
NVPTX Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
PowerPC Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
RISCV Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
WebAssembly Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
X86 Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README Embed LLVM 18.1.8 2025-02-14 19:21:04 +01: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'.