[clang] [llvm] [RISCV] Add support of Sscofpmf (PR #83831)
Jessica Clarke via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 18:55:20 PST 2024
================
@@ -807,6 +807,9 @@ def FeatureStdExtSsccptr
: SubtargetFeature<"ssccptr", "HasStdExtSsccptr", "true",
"'Ssccptr' (Main memory supports page table reads)", []>;
+def FeatureStdExtSscofpmf
+ : SubtargetFeature<"sscofpmf", "HasStdExtSscofpmf", "true",
+ "'Sscofpmf' (Count Overflow and Mode-Based Filtering)", []>;
----------------
jrtc27 wrote:
Missing newline; it's not grouped with S*counterenw
https://github.com/llvm/llvm-project/pull/83831
More information about the cfe-commits
mailing list