[llvm-branch-commits] [llvm] [SPARC][MC] Add tests for VIS family instructions (PR #130967)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Mar 22 15:51:07 PDT 2025


================
@@ -1,4 +1,237 @@
-! RUN: llvm-mc %s -triple=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
+! RUN: not llvm-mc %s -triple=sparcv9 -show-encoding 2>&1 | FileCheck %s --check-prefixes=NO-VIS
----------------
MaskRay wrote:

might want `--implicit-check-not=error:` to ensure that you do not miss any error check pattern.

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


More information about the llvm-branch-commits mailing list