This patch depends on: https://reviews.llvm.org/D35348
Support of pattern selection of masked gathers on AVX2 (in X86\AVX2 code gen)
Update LoopVectorize to generate gathers for AVX2 processors.
Paths
| Differential D35772
[LV][X86] Support of AVX2 Gathers code generation and update the LV with this ClosedPublic Authored by magabari on Jul 23 2017, 3:55 AM.
Details Summary This patch depends on: https://reviews.llvm.org/D35348 Support of pattern selection of masked gathers on AVX2 (in X86\AVX2 code gen)
Diff Detail Event Timeline
Comment Actions
will update it soon .. magabari marked 6 inline comments as done.
magabari marked 2 inline comments as done. This revision is now accepted and ready to land.Nov 5 2017, 2:03 AM Closed by commit rL318641: [LV][X86] Support of AVX2 Gathers code generation and update the LV with this (authored by magabari). · Explain WhyNov 20 2017, 12:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 123013 lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86TargetTransformInfo.cpp
test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
test/CodeGen/X86/avx2-masked-gather.ll
|
clang-format?