AVX512VBMI2 supports a funnel shift by immediate and a funnel shift by a variable vector.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56361
[X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions. ClosedPublic Authored by craig.topper on Jan 6 2019, 12:33 AM.
Details Summary AVX512VBMI2 supports a funnel shift by immediate and a funnel shift by a variable vector.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 6 2019, 9:03 AM Closed by commit rL350498: [X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions. (authored by ctopper). · Explain WhyJan 6 2019, 10:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180403 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/vector-fshl-128.ll
llvm/trunk/test/CodeGen/X86/vector-fshl-256.ll
llvm/trunk/test/CodeGen/X86/vector-fshl-512.ll
llvm/trunk/test/CodeGen/X86/vector-fshr-128.ll
llvm/trunk/test/CodeGen/X86/vector-fshr-256.ll
llvm/trunk/test/CodeGen/X86/vector-fshr-512.ll
|