[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / circ_ldw.ll
blob1521bc1b8b66a69d01a5dee0683fd3526eb776ed
1 ; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s
2 ; CHECK: r{{[0-9]*}} = memw(r{{[0-9]+}}++#-4:circ(m0))
5 %union.vect64 = type { i64 }
6 %union.vect32 = type { i32 }
8 define ptr @HallowedBeThyName(ptr nocapture %pRx, ptr %pLut, ptr nocapture %pOut, i64 %dc.coerce, i32 %shift, i32 %numSamples) nounwind {
9 entry:
10   %vLutNext = alloca i32, align 4
11   %0 = call ptr @llvm.hexagon.circ.ldw(ptr %pLut, ptr %vLutNext, i32 83886144, i32 -4)
12   ret ptr %0
15 declare ptr @llvm.hexagon.circ.ldw(ptr, ptr, i32, i32) nounwind