reames added a comment.
https://llvm.org/docs/RISCVUsage.html#extensions needs to updated after this
change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
__
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf8b8426861a7: [RISCV] Add Svnapot extension (authored by
BeMg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
kito-cheng accepted this revision.
kito-cheng added a comment.
This revision is now accepted and ready to land.
LGTM, thanks :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
BeMg updated this revision to Diff 470040.
BeMg added a comment.
Remove Predicate and AssemblerPredicate
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
Files:
clang/test/Preprocessor/riscv-target-featu
BeMg updated this revision to Diff 470039.
BeMg added a comment.
Update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
Files:
clang/test/Preprocessor/riscv-target-features.c
llvm/lib/Support/RISCVISA
craig.topper added inline comments.
Comment at: llvm/lib/Target/RISCV/RISCV.td:394
+ "'Svnapot' (NAPOT Translation Contiguity)">;
+def HasStdExtSvnapot : Predicate<"Subtarget->hasStdExtSvnapot()">,
+ AssemblerPredicate<(all_of Fea
BeMg created this revision.
Herald added subscribers: sunshaoce, VincentWu, vkmr, frasercrmck, jdoerfert,
evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl,
jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones,
zzheng, jrtc27, shiva0217, kito-cheng, n