We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e117e commit efaa4a8Copy full SHA for efaa4a8
llvm/test/MC/AArch64/SVE2/fmmla-f16f32mm.s
@@ -6,7 +6,7 @@
6
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve,+sve-f16f32mm < %s \
7
// RUN: | llvm-objdump -d --mattr=+sve,+sve-f16f32mm - | FileCheck %s --check-prefix=CHECK-INST
8
9
-// RUN: | llvm-objdump -d --mattr=-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
+// RUN: | llvm-objdump -d --mattr=-sve - | FileCheck %s --check-prefix=CHECK-UNKNOWN
10
// Disassemble encoding and check the re-encoding (-show-encoding) matches.
11
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve,+sve-f16f32mm < %s \
12
// RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
0 commit comments