[clang] [llvm] [RISCV] Add support of Sdext, Sdtrig extentions (PR #120936)

Shao-Ce SUN via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 00:41:43 PST 2024


================
@@ -842,6 +842,12 @@ def HasStdExtH : Predicate<"Subtarget->hasStdExtH()">,
                  AssemblerPredicate<(all_of FeatureStdExtH),
                                     "'H' (Hypervisor)">;
 
+// Debugger extensions
----------------
sunshaoce wrote:

Done. Thanks!

https://github.com/llvm/llvm-project/pull/120936


More information about the llvm-commits mailing list