[PATCH] D94798: [RISCV][NFC] Increase test coverage of Zbt extension

Michael Munday via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 09:19:38 PST 2021


mundaym created this revision.
mundaym added reviewers: lenary, luismarques, asb.
Herald added subscribers: frasercrmck, NickHung, evandro, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar.
mundaym requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Add Zbt (ternary) extension code generation to the select lowering
tests since it can have a significant impact on how select is
lowered.

While we are here make the neg-abs commands more consistent with
the other tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94798

Files:
  llvm/test/CodeGen/RISCV/bare-select.ll
  llvm/test/CodeGen/RISCV/neg-abs.ll
  llvm/test/CodeGen/RISCV/select-and.ll
  llvm/test/CodeGen/RISCV/select-bare.ll
  llvm/test/CodeGen/RISCV/select-cc.ll
  llvm/test/CodeGen/RISCV/select-const.ll
  llvm/test/CodeGen/RISCV/select-optimize-multiple.ll
  llvm/test/CodeGen/RISCV/select-optimize-multiple.mir
  llvm/test/CodeGen/RISCV/select-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94798.316995.patch
Type: text/x-patch
Size: 38031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/e8f9c4d4/attachment-0001.bin>


More information about the llvm-commits mailing list