[PATCH] D136570: [RISCV] Add Svnapot extension
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 23 20:35:25 PDT 2022
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 FeatureStdExtSvnapot),
----------------
We don't need to add a Predicate or AssemblerPredicate if it is not used in tablegen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136570/new/
https://reviews.llvm.org/D136570
More information about the cfe-commits
mailing list