[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / large_shift.ll
blobe0ba5015f57621839517bc42ed06c6d3f4b14b0e
1 ; RUN: llc -mtriple=arm64-unknown-unknown -o - %s
3 ; Make sure we don't run into an assert in the aarch64 code selection when
4 ; DAGCombining fails.
6 declare void @t()
8 define void @foo() {
9   %c = bitcast i64 270458 to i64
10   %t0 = lshr i64 %c, 422383
11   %t1 = trunc i64 %t0 to i1
12   br i1 %t1, label %BB1, label %BB0
14 BB0:
15   call void @t()
16   br label %BB1
18 BB1:
19   ret void