summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/muxii-crash.ll
blob: 05165ffce0d34f2d2f64168a9bf8817acfb0ce9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; RUN: llc -march=hexagon < %s | FileCheck %s
; REQUIRES: asserts

; Make sure this doesn't crash.
; CHECK: jumpr r31

target triple = "hexagon"

; Function Attrs: nounwind
declare void @f0() #0

; Function Attrs: nounwind
define i32 @f1(i32 %a0) #0 {
b0:
  %v0 = icmp slt i32 %a0, 3
  %v1 = select i1 %v0, void ()* @f0, void ()* null
  %v2 = ptrtoint void ()* %v1 to i32
  ret i32 %v2
}

attributes #0 = { nounwind }
OpenPOWER on IntegriCloud