[PATCH] D143394: [RISCV] Add performMULcombine to perform strength-reduction

Philipp Tomsich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 05:13:27 PST 2023


philipp.tomsich updated this revision to Diff 495483.
philipp.tomsich marked 4 inline comments as done.
philipp.tomsich added a comment.
Herald added a subscriber: jobnoorman.

- don't try to handle vectors (yet)
- unconditionally insert ANY_EXTEND and TRUNCATE and let later passes clean up


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143394

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143394.495483.patch
Type: text/x-patch
Size: 9592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230207/e547351e/attachment.bin>


More information about the llvm-commits mailing list