[clang] [llvm] [RISCV] Add support of Sdext, Sdtrig extentions (PR #120936)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 00:11:37 PST 2024
================
@@ -842,6 +842,12 @@ def HasStdExtH : Predicate<"Subtarget->hasStdExtH()">,
AssemblerPredicate<(all_of FeatureStdExtH),
"'H' (Hypervisor)">;
+// Debugger extensions
----------------
wangpc-pp wrote:
They are also `Supervisor` extensions I think since their names start with `S`.
https://github.com/llvm/llvm-project/pull/120936
More information about the llvm-commits
mailing list