[PATCH] D122791: [DAGCombiner] Teach scalarizeBinOpOfSplats handle scalable splat.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 02:15:01 PDT 2022


jacquesguan created this revision.
jacquesguan added reviewers: RKSimon, craig.topper, frasercrmck, benshi001.
Herald added subscribers: luke957, StephenFan, ecnelises, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
Herald added a project: All.
jacquesguan requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999, pcwang-thead, MaskRay.
Herald added a project: LLVM.

This revision supports to scalarize a binary operation of two scalable
splat vectors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122791

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/RISCV/rvv/vadd-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vand-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vmul-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vor-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vsub-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vxor-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122791.419371.patch
Type: text/x-patch
Size: 11112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220331/1975b291/attachment.bin>


More information about the llvm-commits mailing list