[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sve-srem-combine-loop.ll
blobd001ae9f771218d8a20bf60e710b9c4428f1d099
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s | FileCheck %s
4 target triple = "aarch64-unknown-linux-gnu"
6 define <vscale x 4 x i32> @srem_combine_loop(<vscale x 4 x i32> %a) #0 {
7 ; CHECK-LABEL: srem_combine_loop:
8 ; CHECK:       // %bb.0:
9 ; CHECK-NEXT:    ptrue p0.s
10 ; CHECK-NEXT:    mov z1.d, z0.d
11 ; CHECK-NEXT:    mov z2.s, #2 // =0x2
12 ; CHECK-NEXT:    asrd z1.s, p0/m, z1.s, #1
13 ; CHECK-NEXT:    mls z0.s, p0/m, z1.s, z2.s
14 ; CHECK-NEXT:    ret
15   %rem = srem <vscale x 4 x i32> %a, shufflevector (<vscale x 4 x i32> insertelement (<vscale x 4 x i32> poison, i32 2, i32 0), <vscale x 4 x i32> poison, <vscale x 4 x i32> zeroinitializer)
16   ret <vscale x 4 x i32> %rem
19 attributes #0 = { "target-features"="+sve" }