This is similar to how PSHUFB and VPERMIL handle the same problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25666
[AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry has a different type than the shuffle itself. This is especially important for 32-bit targets with 64-bit shuffle elements. ClosedPublic Authored by craig.topper on Oct 16 2016, 10:06 PM.
Details Summary This is similar to how PSHUFB and VPERMIL handle the same problem.
Diff Detail
Event Timelinecraig.topper retitled this revision from to [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry has a different type than the shuffle itself. This is especially important for 32-bit targets with 64-bit shuffle elements.. craig.topper updated this object. This revision is now accepted and ready to land.Oct 17 2016, 8:44 AM Closed by commit rL284451: [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry… (authored by ctopper). · Explain WhyOct 17 2016, 9:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74942 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.h
llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
|