[PATCH] D122875: [DAGCombiner] Scalarize extend/truncate for splat vector.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 00:10:22 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, arichardson.
Herald added a project: All.
jacquesguan requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, MaskRay.
Herald added a project: LLVM.

This revision scalarizes extend/truncate for splat vector.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122875

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
  llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vnsra-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vnsrl-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vwmacc-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vwmul-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vwsub-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122875.419646.patch
Type: text/x-patch
Size: 118878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220401/62c91200/attachment-0001.bin>


More information about the llvm-commits mailing list