diff options
author | Craig Topper <craig.topper@intel.com> | 2019-01-15 23:36:25 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-01-15 23:36:25 +0000 |
commit | 34ac509ac8ceab618daf22acdebc3816417d5b01 (patch) | |
tree | 574b4565827db2ad5394a2199ff8d878436ec624 /clang/unittests/Tooling/CompilationDatabaseTest.cpp | |
parent | ee031dfacb1334868194edb4df9411ea4909b81d (diff) | |
download | llvm-34ac509ac8ceab618daf22acdebc3816417d5b01.zip llvm-34ac509ac8ceab618daf22acdebc3816417d5b01.tar.gz llvm-34ac509ac8ceab618daf22acdebc3816417d5b01.tar.bz2 |
[X86] Add avx512 scatter intrinsics that use a vXi1 mask instead of a scalar integer.
We're trying to have the vXi1 types in IR as much as possible. This prevents the need for bitcasts when the producer of the mask was already a vXi1 value like an icmp. The bitcasts can be subject to code motion and interfere with basic block at a time isel in bad ways.
llvm-svn: 351275
Diffstat (limited to 'clang/unittests/Tooling/CompilationDatabaseTest.cpp')
0 files changed, 0 insertions, 0 deletions