AVX512VBMI2 supports a funnel shift by immediate and a funnel shift by a variable vector.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26422 Build 26421: arc lint + arc unit
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 180394 lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-fshl-128.ll
test/CodeGen/X86/vector-fshl-256.ll
test/CodeGen/X86/vector-fshl-512.ll
test/CodeGen/X86/vector-fshr-128.ll
test/CodeGen/X86/vector-fshr-256.ll
test/CodeGen/X86/vector-fshr-512.ll
|