This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG20f2e32d2c54: [RISCV] Update B extension version to 0.93.
(authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTI
craig.topper updated this revision to Diff 318548.
craig.topper added a comment.
Remove reference to version from the rori comment. The version doesn't really
matter, I doubt the encoding will ever be added.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
frasercrmck added inline comments.
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoB.td:732
// There's no encoding for roli in the current version of the 'B' extension
// (v0.92) as it can be implemented with rori by negating the immediate.
let Predicates = [HasStdExtZbbOrZbp]
craig.topper updated this revision to Diff 318219.
craig.topper added a comment.
Remove conflict marker that got left behind
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95002/new/
https://reviews.llvm.org/D95002
Files:
clang/lib/Driver/ToolCha
craig.topper updated this revision to Diff 318218.
craig.topper added a comment.
Rebase after clang-format in Zba patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95002/new/
https://reviews.llvm.org/D95002
Files:
clang/lib/Driver/ToolChains/A
craig.topper updated this revision to Diff 318215.
craig.topper added a comment.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Update header on RISCVInstrInfoB.td
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95002/new/
https:
asb added a comment.
I don't think any of the other patches in the stack update the comment at the
top of RISCVInstrInfoB.td to say "version 0.92" rather than "version 0.93", and
this is probably a reasonable patch to do it in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
craig.topper created this revision.
craig.topper added reviewers: asb, luismarques, frasercrmck, lewis-revill,
simoncook, PaoloS, kito-cheng.
Herald added subscribers: NickHung, evandro, apazos, sameer.abuasal, pzheng,
s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck