mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 16:02:52 +01:00
2fd6d03bc9
missing patterns for them. Add a SIMD test subdirectory to hold tests for SIMD instruction selection correctness and quality. ' llvm-svn: 126845
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
load_lib llvm.exp
|
|
|
|
if { [llvm_supports_target X86] } {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
|
}
|