[llvm] [RISCV][MC] Support Base P non-GPR pair instructions (PR #137927)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 09:55:54 PDT 2025
================
@@ -1,5 +1,5 @@
# RUN: llvm-mc %s -triple=riscv32 -mattr=+experimental-p -M no-aliases -show-encoding \
-# RUN: | FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ %s
+# RUN: | FileCheck -check-prefixes=CHECK-ASM %s
----------------
topperc wrote:
Please add back CHECK-ASM-AND-OBJ. Add a additional CHECK-OBJ to the other RUN line that uses CHECK-ASM-AND-OBJ. Then use CHECK-ASM and CHECK-OBJ to show the different output for the case that fails.
https://github.com/llvm/llvm-project/pull/137927
More information about the llvm-commits
mailing list