[llvm] [RISCV] Correct the spelling of the Zcmop mnemonics. (PR #88826)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 20:02:50 PDT 2024


================
@@ -1,7 +1,7 @@
-# RUN: not llvm-mc -triple riscv32 -mattr=+zcmop < %s 2>&1 | FileCheck %s
+# RUN: not llvm-mc -triple riscv32 -mattr=+zc.mop < %s 2>&1 | FileCheck %s
----------------
dtcxzyw wrote:

```suggestion
# RUN: not llvm-mc -triple riscv32 -mattr=+zcmop < %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list