[PATCH] D117954: [RISCV] Add DAG combines to transform ADD_VL/SUB_VL into widening add/sub.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 10:15:06 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb73d151a118f: [RISCV] Add DAG combines to transform ADD_VL/SUB_VL into widening add/sub. (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D117954?vs=403712&id=405335#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117954/new/

https://reviews.llvm.org/D117954

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwadd.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwaddu.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwsub.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwsubu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117954.405335.patch
Type: text/x-patch
Size: 138727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/1db0b46f/attachment.bin>


More information about the llvm-commits mailing list