[PATCH] D93843: [RISCV] Replace i32 with XLenVT in (add AddrFI, simm12) isel patterns.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 27 12:10:12 PST 2020


craig.topper created this revision.
craig.topper added reviewers: asb, lenary.
Herald added subscribers: frasercrmck, NickHung, evandro, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
craig.topper requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

With the i32 these patterns will only fire on RV32, but they
don't look RV32 specific.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93843

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93843.313798.patch
Type: text/x-patch
Size: 8758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201227/2fe1bf10/attachment.bin>


More information about the llvm-commits mailing list