[PATCH] D118017: [RISCV] Add "zbkb" predicates and add tests for some instruction pattern in Zbkb extension
WangLian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 01:14:49 PST 2022
Jimerlife created this revision.
Jimerlife added reviewers: craig.topper, benshi001, kito-cheng, asb.
Jimerlife added a project: LLVM.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
Jimerlife requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, jacquesguan, MaskRay.
1. andn, orn, xnor and all rotate instruction in this patch.
2. move some tests from rv32zbb-zbp.ll to rv32zbb-zbp-zbkb.ll.
3. move some tests from rv64zbb-zbp.ll to rv64zbb-zbp-zbkb.ll
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118017
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
llvm/test/CodeGen/RISCV/rv32zbb-zbp-zbkb.ll
llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
llvm/test/CodeGen/RISCV/rv64zbb-zbp-zbkb.ll
llvm/test/CodeGen/RISCV/rv64zbb-zbp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118017.402424.patch
Type: text/x-patch
Size: 68159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/7d78a69a/attachment.bin>
More information about the llvm-commits
mailing list