[llvm] [RISCV] Update the canonical extension order (PR #192392)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 21:49:28 PDT 2026


================
@@ -21,7 +21,7 @@
 namespace llvm {
 
 namespace RISCVISAUtils {
-constexpr StringLiteral AllStdExts = "mafdqlcbkjtpvnh";
+constexpr StringLiteral AllStdExts = "mafdqlcbkjtvphn";
----------------
topperc wrote:

Delete the "n". It's not used.

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


More information about the llvm-commits mailing list