[PATCH] D117822: [RISCV] Remove references to 'B' extension from AssemblerPredicate and SubtargetFeature strings.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 20 11:28:52 PST 2022
craig.topper created this revision.
craig.topper added reviewers: asb, luismarques, kito-cheng.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, StephenFan, vkmr, frasercrmck, evandro, 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.
craig.topper requested review of this revision.
Herald added subscribers: eopXD, MaskRay.
Herald added a project: LLVM.
For Zba/Zbb/Zbc/Zbs I've removed the 'B' completely and used the
extension names as presented at the start of Chapter 1 of the
1.0.0 Bitmanipulation spec.
For the unratified extensions, I've replaced 'B' with 'Zb' and
otherwise left them unchanged.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117822
Files:
llvm/lib/Target/RISCV/RISCV.td
llvm/test/MC/RISCV/rv32i-invalid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117822.401719.patch
Type: text/x-patch
Size: 7131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/b9a2852a/attachment.bin>
More information about the llvm-commits
mailing list