[llvm] [RISCV] Update the canonical extension order (PR #192392)
Taufiq Rahman via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 22:01:45 PDT 2026
================
@@ -21,7 +21,7 @@
namespace llvm {
namespace RISCVISAUtils {
-constexpr StringLiteral AllStdExts = "mafdqlcbkjtpvnh";
+constexpr StringLiteral AllStdExts = "mafdqlcbkjtvphn";
----------------
Inconnu08 wrote:
updated to remove n. Thank you
https://github.com/llvm/llvm-project/pull/192392
More information about the llvm-commits
mailing list