[llvm-branch-commits] [RISCV][MC] Warn if SEW/LMUL may not be compatible (PR #94313)
Luke Lau via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 4 03:06:55 PDT 2024
================
@@ -1,5 +1,7 @@
# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+v %s \
# RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+zve32x %s 2>&1 \
+# RUN: | FileCheck %s --check-prefix=CHECK-WARNING
----------------
lukel97 wrote:
Nit, can we name the prefix something like CHECK-ZVE32X
https://github.com/llvm/llvm-project/pull/94313
More information about the llvm-branch-commits
mailing list