[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
Fri Aug 18 01:57:57 PDT 2017


asb updated this revision to Diff 111635.
asb marked an inline comment as done.
asb added a comment.

Address review comment from @majnemer (thanks!).


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.111635.patch
Type: text/x-patch
Size: 25147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170818/198e9e76/attachment.bin>


More information about the llvm-commits mailing list