File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
2- ; RUN: llc -mattr=+sve %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SVE
3- ; RUN: llc -mattr=+sme -force-streaming %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SME
2+ ; RUN: llc -mattr=+sve %s -o - | FileCheck %s --check-prefixes=CHECK
3+ ; RUN: llc -mattr=+sme -force-streaming %s -o - | FileCheck %s --check-prefixes=CHECK
44
55target triple = "aarch64"
66
@@ -456,6 +456,3 @@ entry:
456456 %0 = tail call <7 x half > @llvm.fmuladd (<7 x half > %neg , <7 x half > %b , <7 x half > %neg1 )
457457 ret <7 x half > %0
458458}
459- ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
460- ; CHECK-SME: {{.*}}
461- ; CHECK-SVE: {{.*}}
You can’t perform that action at this time.
0 commit comments