AVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp result in k register) for 512bit vector because PCMPGT supported only for 128/256bit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18204
AVX512BW : Fix SRA v64i8 lowering. ClosedPublic Authored by igorb on Mar 16 2016, 12:35 AM.
Details Summary AVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp result in k register) for 512bit vector because PCMPGT supported only for 128/256bit.
Diff Detail
Event Timelineigorb updated this object. This revision is now accepted and ready to land.Mar 16 2016, 1:00 AM Closed by commit rL263624: AVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp result in k register) for… (authored by ibreger). · Explain WhyMar 16 2016, 1:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 50799 lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-shift-ashr-512.ll
|