[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sve-pr62151.ll
blob7cec20fda429c15b9880df5f8a9925f99c30d228
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
2 ; RUN: llc -mtriple=aarch64 -mattr=+sve  < %s | FileCheck %s
5 define i32 @build_interpolation(<2 x i32> %0, <2 x i32> %1, <2 x i32> %2) {
6 ; CHECK-LABEL: build_interpolation:
7 ; CHECK:       // %bb.0: // %entry
8 ; CHECK-NEXT:    ptrue p0.s, vl2
9 ; CHECK-NEXT:    mul v0.2s, v1.2s, v0.2s
10 ; CHECK-NEXT:    // kill: def $d2 killed $d2 def $z2
11 ; CHECK-NEXT:    sdiv z0.s, p0/m, z0.s, z2.s
12 ; CHECK-NEXT:    mla v0.2s, v1.2s, v0.s[1]
13 ; CHECK-NEXT:    fmov w0, s0
14 ; CHECK-NEXT:    ret
15 entry:
16   %3 = mul nsw <2 x i32> %1, %0
17   %4 = sdiv <2 x i32> %3, %2
18   %shift = shufflevector <2 x i32> %4, <2 x i32> poison, <2 x i32> <i32 1, i32 1>
19   %5 = mul nsw <2 x i32> %shift, %1
20   %6 = add nsw <2 x i32> %5, %4
21   %add = extractelement <2 x i32> %6, i64 0
22   ret i32 %add