|
2 | 2 | ; RUN: llc -mtriple=aarch64-none-elf -mattr=+aes < %s | FileCheck %s --check-prefixes=CHECK,CHECK-SD |
3 | 3 | ; RUN: llc -mtriple=aarch64-none-elf -mattr=+aes -global-isel -global-isel-abort=2 2>&1 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-GI |
4 | 4 |
|
| 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 | + |
5 | 35 | define <8 x i16> @smull8h(ptr %A, ptr %B) nounwind { |
6 | 36 | ; CHECK-LABEL: smull8h: |
7 | 37 | ; CHECK: // %bb.0: |
|
0 commit comments