OSDN Git Service

Fix blend mask by switch the side of the operand since Blend node uses opposite mask...
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Sun, 15 Jan 2017 16:43:14 +0000 (16:43 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Sun, 15 Jan 2017 16:43:14 +0000 (16:43 +0000)
commit50520f329ad3e2e150a67e82ac8725b167daeee3
treea34a4aabe65831daf421f1ac192c97d733766925
parent8b122d04969f64b785f9bb17b4859cbf4febaf31
Fix blend mask by switch the side of the operand since Blend node uses opposite mask then Select NODE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/merge-consecutive-loads-512.ll
test/CodeGen/X86/sse3-avx-addsub.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-512-v16.ll
test/CodeGen/X86/vector-shuffle-512-v32.ll
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-avx512.ll