[PATCH] D95290: [RISCV] Add isel patterns to optimize slli.uw patterns without Zba extension.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 23 10:24:45 PST 2021


craig.topper updated this revision to Diff 318771.
craig.topper added a comment.

Rename to ImmSubFrom32
Remove ImmROTL2RW which was identical to ImmSubFrom32 in another file
Rename ImmROTL2R to ImmSubFromXLen for consistency


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95290

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoB.td
  llvm/test/CodeGen/RISCV/rv64Zba.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95290.318771.patch
Type: text/x-patch
Size: 7768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210123/48a3293c/attachment.bin>


More information about the llvm-commits mailing list