15 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: combine(r{{[0-9]+}}.l,r{{[0-9]+}}.h)3 4target triple = "hexagon"5 6; Function Attrs: nounwind readnone7define i32 @f0(i64 %a0) #0 {8b0:9 %v0 = lshr i64 %a0, 1610 %v1 = trunc i64 %v0 to i3211 ret i32 %v112}13 14attributes #0 = { nounwind readnone }15