[llvm] [clang] [RISCV] Add -march support for many of the S extensions mentioned in the profile specification. (PR #79399)

Luke Lau via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 19:50:58 PST 2024


================
@@ -91,9 +91,24 @@ on support follow.
      ``E``            Supported (`See note <#riscv-rve-note>`__)
      ``H``            Assembly Support
      ``M``            Supported
+     ``Shcounterenw`` Assembly Support
+     ``Shgatpa``      Assembly Support
+     ``Shtvala``      Assembly Support
+     ``Shvsatpa``    Assembly Support
----------------
lukel97 wrote:

Nit, missing a space here

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


More information about the cfe-commits mailing list