[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Hexagon / calling-conv-2.ll
blobf2526b36e336920ebe6e4ba3ba878a8a998404ce
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 %struct.test_struct = type { i32, i8, i64 }
5 ; CHECK: r1 = #45
6 define void @foo(%struct.test_struct* noalias nocapture sret %agg.result, i32 %a) #0 {
7 entry:
8   call void @bar(%struct.test_struct* sret %agg.result, i32 45) #0
9   ret void
12 declare void @bar(%struct.test_struct* sret, i32) #0
14 attributes #0 = { nounwind }