[PATCH] D117640: [RISCV][RFC] add inst support of zbkb
Xinlong Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 18 23:23:09 PST 2022
VincentWu created this revision.
VincentWu added reviewers: kito-cheng, craig.topper, asb, jrtc27, Jim, eopXD, MaskRay, HsiangKai.
Herald added subscribers: luke957, achieveartificialintelligence, vkmr, frasercrmck, jdoerfert, evandro, luismarques, apazos, sameer.abuasal, s.egerton, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
VincentWu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This commit add instructions supports of `zbkb` which defined in scalar cryptography extension version v1.0.0 (has been ratified already).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117640
Files:
llvm/lib/Support/RISCVISAInfo.cpp
llvm/lib/Target/RISCV/RISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
llvm/lib/Target/RISCV/RISCVSchedRocket.td
llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
llvm/lib/Target/RISCV/RISCVSubtarget.h
llvm/test/CodeGen/RISCV/attributes.ll
llvm/test/MC/RISCV/attribute-arch.s
llvm/test/MC/RISCV/zbkb/rv32zbkb-only-valid.s
llvm/test/MC/RISCV/zbkb/rv32zbkb-valid.s
llvm/test/MC/RISCV/zbkb/rv64-zbkb-valid.s
llvm/test/MC/RISCV/zbkb/rv64zbkb-only-valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117640.401106.patch
Type: text/x-patch
Size: 17543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220119/1634585d/attachment.bin>
More information about the llvm-commits
mailing list