[clang] [llvm] [RISCV][MC] MC layer support for the experimental zalasr extension (PR #79911)
Jim Lin via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 19:36:25 PST 2024
================
@@ -797,6 +797,13 @@ def FeatureStdExtSvpbmt
: SubtargetFeature<"svpbmt", "HasStdExtSvpbmt", "true",
"'Svpbmt' (Page-Based Memory Types)">;
+def FeatureStdExtZalasr
----------------
tclin914 wrote:
Could we put this definition after Zacas.
https://github.com/llvm/llvm-project/pull/79911
More information about the cfe-commits
mailing list