diff options
author | Gabor Buella <gabor.buella@intel.com> | 2018-07-05 14:26:56 +0000 |
---|---|---|
committer | Gabor Buella <gabor.buella@intel.com> | 2018-07-05 14:26:56 +0000 |
commit | aa316d40ec297e14b96d189f408f0a15ed92ddac (patch) | |
tree | 5bca49f19bba3a812a367ae06f7a33ed089c6505 /lib/Frontend/CompilerInvocation.cpp | |
parent | 570d2b6a4e6fec720347f6a8aa0db903bcb53e6f (diff) | |
download | clang-aa316d40ec297e14b96d189f408f0a15ed92ddac.tar.gz |
[X86] Fix some vector cmp builtins - TRUE/FALSE predicates
This patch removes on optimization used with the TRUE/FALSE
predicates, as was suggested in https://reviews.llvm.org/D45616
for r335339.
The optimization was buggy, since r335339 used it also
for *_mask builtins, without actually applying the mask -- the
mask argument was just ignored.
Reviewers: craig.topper, uriel.k, RKSimon, andrew.w.kaylor, spatel, scanon, efriedma
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D48715
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions