[llvm] [RISCV][MC] Support Base P non-GPR pair instructions (PR #137927)

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 00:49:49 PDT 2025


================
@@ -1,39 +1,102 @@
-# RUN: llvm-mc %s -triple=riscv64 -mattr=+experimental-p -M no-aliases -show-encoding \
+# RUN: llvm-mc %s -triple=riscv64 -mattr=+experimental-p -riscv-no-aliases -show-encoding \
----------------
kito-cheng wrote:

Why change this to `-riscv-no-aliases`? seems like all other line still using `-M no-aliases`?

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


More information about the llvm-commits mailing list