[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / muxii-crash.ll
blob32c71dc7c89ec75d1ff8411a4138aa0212c71587
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; REQUIRES: asserts
4 ; Make sure this doesn't crash.
5 ; CHECK: jumpr r31
7 target triple = "hexagon"
9 ; Function Attrs: nounwind
10 declare void @f0() #0
12 ; Function Attrs: nounwind
13 define i32 @f1(i32 %a0) #0 {
14 b0:
15   %v0 = icmp slt i32 %a0, 3
16   %v1 = select i1 %v0, ptr @f0, ptr null
17   %v2 = ptrtoint ptr %v1 to i32
18   ret i32 %v2
21 attributes #0 = { nounwind }