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

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 06:16:22 PDT 2018


asb updated this revision to Diff 171078.
asb added a comment.

Updated to:

- Add missing remw/remuw patterns
- Add exhaustive testing of the *W patterns introduced inrv64m
- Add and make use of sexti32 PatFrags


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
  test/CodeGen/RISCV/rv64m-exhaustive-w-insts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53230.171078.patch
Type: text/x-patch
Size: 52110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/00dac4c9/attachment.bin>


More information about the llvm-commits mailing list