1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
AArch64 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AMDGPU Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ARM Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Generic Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Hexagon Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Mips Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NVPTX Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
PowerPC Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
WebAssembly Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
X86 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

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'.