[PATCH] D53230: [RISCV] Introduce codegen patterns for RV64M-only instructions

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 17:08:17 PDT 2018


asb created this revision.
asb added reviewers: apazos, sabuasal.
Herald added subscribers: jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, mgrang, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, simoncook, johnrusso, rbar.

This builds on https://reviews.llvm.org/D52977 to add RV64M support. As in https://reviews.llvm.org/D52977, some of these patterns may benefit from much more exhaustive testing.


https://reviews.llvm.org/D53230

Files:
  lib/Target/RISCV/RISCVInstrInfoM.td
  test/CodeGen/RISCV/div.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53230.169522.patch
Type: text/x-patch
Size: 16454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181013/ec608dc5/attachment.bin>


More information about the llvm-commits mailing list