diff options
author | Gui Andrade <guiand@google.com> | 2020-06-27 06:46:04 +0000 |
---|---|---|
committer | Gui Andrade <guiand@google.com> | 2020-06-27 06:46:04 +0000 |
commit | eae84b41fe8e138bf0425ff4d009dee81574620a (patch) | |
tree | fab73f72694e5b694c231a5fd56243aa7772ebab /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 9aa9855a9c253274d277a7ef0c9897a52cebf1f0 (diff) | |
download | llvm-eae84b41fe8e138bf0425ff4d009dee81574620a.zip llvm-eae84b41fe8e138bf0425ff4d009dee81574620a.tar.gz llvm-eae84b41fe8e138bf0425ff4d009dee81574620a.tar.bz2 |
[MSAN] Handle x86 {round,min,max}sd intrinsics
These need special handling over the simple vector intrinsics as they
behave more like a shuffle operation: taking the top half of the vector
from one input, and the bottom half separately. Previously, these were
being handled as though all bits of all operands were combined.
Differential Revision: https://reviews.llvm.org/D82398
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions