This patch supports the scalable splat part for scalarizeExtractedBinop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129725
[DAGCombiner] Teach scalarizeExtractedBinop to support scalable splat. ClosedPublic Authored by jacquesguan on Jul 13 2022, 8:32 PM.
Details Summary This patch supports the scalable splat part for scalarizeExtractedBinop.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, alextsao1999, • pcwang-thead, MaskRay. · View Herald Transcript jacquesguan added a parent revision: D129545: [RISCV] Scalarize binop followed by extractelement..Jul 13 2022, 8:32 PM This revision is now accepted and ready to land.Jul 25 2022, 8:47 AM This revision was landed with ongoing or failed builds.Jul 25 2022, 6:39 PM Closed by commit rGcb370cf41374: [DAGCombiner] Teach scalarizeExtractedBinop to support scalable splat. (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447535 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/RISCV/rvv/extractelt-fp-rv32.ll
llvm/test/CodeGen/RISCV/rvv/extractelt-fp-rv64.ll
llvm/test/CodeGen/RISCV/rvv/extractelt-int-rv32.ll
|