[PATCH] D29938: [RISCV 16/n] Support and tests for a variety of additional LLVM IR constructs

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 04:39:34 PDT 2017


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

Updates:

- br_jt and tests
- ctlz, cttz, ctpop and tests
- rotl, rotr and tests
- Fix an incorrect seteq pattern (SLTIU vs SLTI)


https://reviews.llvm.org/D29938

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVMCInstLower.cpp
  test/CodeGen/RISCV/addc-adde-sube-subc.ll
  test/CodeGen/RISCV/alu.ll
  test/CodeGen/RISCV/bare-select.ll
  test/CodeGen/RISCV/ctlz-cttz-ctpop.ll
  test/CodeGen/RISCV/div.ll
  test/CodeGen/RISCV/indirectbr.ll
  test/CodeGen/RISCV/jumptable.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll
  test/CodeGen/RISCV/rotl-rotr.ll
  test/CodeGen/RISCV/setcc.ll
  test/CodeGen/RISCV/sext-zext-trunc.ll
  test/CodeGen/RISCV/shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29938.110359.patch
Type: text/x-patch
Size: 25137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/6a374913/attachment-0001.bin>


More information about the llvm-commits mailing list