[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)
commitf9cb127ca92fddeca203ce01592f10e9a53ef077
treec0b88f0b59f1af54a8bca808c6e6b8051b3032d6
parentab5a30ac9dcec8c92d8e964b0701c6f164e3be88
[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.

llvm-svn: 365668
clang/test/CodeGen/avx-builtins.c
clang/test/CodeGen/bmi-builtins.c
clang/test/CodeGen/bmi2-builtins.c
clang/test/CodeGen/popcnt-builtins.c
clang/test/CodeGen/rdrand-builtins.c
clang/test/CodeGen/sse-builtins.c
clang/test/CodeGen/sse2-builtins.c
clang/test/CodeGen/sse41-builtins.c
clang/test/CodeGen/sse42-builtins.c
clang/test/CodeGen/tbm-builtins.c