[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 Nov 8 06:01:49 PST 2017
asb updated this revision to Diff 122079.
asb marked 5 inline comments as done.
asb edited the summary of this revision.
asb added a comment.
Herald added subscribers: johnrusso, rbar.
Updated to address review comments from @reames. Tests are now generated using utils/update_llc_test_checks.py.
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/alu32.ll
test/CodeGen/RISCV/bare-select.ll
test/CodeGen/RISCV/blockaddress.ll
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
test/CodeGen/RISCV/div.ll
test/CodeGen/RISCV/i32-icmp.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/sext-zext-trunc.ll
test/CodeGen/RISCV/shifts.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29938.122079.patch
Type: text/x-patch
Size: 54004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/c58a8fc0/attachment-0001.bin>
More information about the llvm-commits
mailing list