]> granicus.if.org Git - clang/commit
[X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only intrinsi...
authorCraig Topper <craig.topper@intel.com>
Wed, 10 Jul 2019 17:11:23 +0000 (17:11 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 10 Jul 2019 17:11:23 +0000 (17:11 +0000)
commit55905fc3281c78b12726ad5cfa0c5e97eef6f9ce
tree5c5256af6ab0fde6996ed79366651bb9237a5a4e
parent0d48a00a812ad3e28a1efe40f23bcd7c4c02b638
[X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only intrinsics when compiled for 32-bit mode.

All the command lines are for 64-bit mode, but sometimes I compile
the tests in 32-bit mode to see what assembly we get and we need
to skip these to do that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365668 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/avx-builtins.c
test/CodeGen/bmi-builtins.c
test/CodeGen/bmi2-builtins.c
test/CodeGen/popcnt-builtins.c
test/CodeGen/rdrand-builtins.c
test/CodeGen/sse-builtins.c
test/CodeGen/sse2-builtins.c
test/CodeGen/sse41-builtins.c
test/CodeGen/sse42-builtins.c
test/CodeGen/tbm-builtins.c