Skip to content

Commit d081c01

Browse files
committed
[AArch64][GlobalISel] Updated ISel fallback lines in arm64-vmul.ll
1 parent a3c767f commit d081c01

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

llvm/test/CodeGen/AArch64/arm64-vmul.ll

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
; RUN: llc -mtriple=aarch64-none-elf -mattr=+aes < %s | FileCheck %s --check-prefixes=CHECK,CHECK-SD
33
; RUN: llc -mtriple=aarch64-none-elf -mattr=+aes -global-isel -global-isel-abort=2 2>&1 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-GI
44

5+
; CHECK-GI: warning: Instruction selection used fallback path for sqdmulh_1s
6+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_2s
7+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_4s
8+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_2d
9+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_commuted_neg_2s
10+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_commuted_neg_4s
11+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_commuted_neg_2d
12+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_2s
13+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_4s
14+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_2d
15+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_2s_strict
16+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_4s_strict
17+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_indexed_2d_strict
18+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmla_indexed_scalar_2s_strict
19+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmla_indexed_scalar_4s_strict
20+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmla_indexed_scalar_2d_strict
21+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sqdmulh_lane_1s
22+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sqdmlal_lane_1d
23+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sqdmlsl_lane_1d
24+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for scalar_fmls_from_extract_v4f32
25+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for scalar_fmls_from_extract_v2f32
26+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for scalar_fmls_from_extract_v2f64
27+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_with_fneg_before_extract_v2f32
28+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_with_fneg_before_extract_v2f32_1
29+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_with_fneg_before_extract_v4f32
30+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_with_fneg_before_extract_v4f32_1
31+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for fmls_with_fneg_before_extract_v2f64
32+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sqdmlal_d
33+
; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sqdmlsl_d
34+
535
define <8 x i16> @smull8h(ptr %A, ptr %B) nounwind {
636
; CHECK-LABEL: smull8h:
737
; CHECK: // %bb.0:

0 commit comments

Comments
 (0)