1 ; RUN: llc -march=hexagon < %s | FileCheck %s
4 ; CHECK: r0 = add(r1,add(r0,#23))
5 define i32 @t0(i32 %a0, i32 %a1) #0 {
12 ; CHECK: r[[R:[0-9]+]] = add(r1,r0)
13 ; CHECK: r0 = add(r[[R]],#23)
14 define i32 @t1(i32 %a0, i32 %a1) #1 {
16 %v1 = add i32 %a0, %v0
20 attributes #0 = { nounwind readnone "target-cpu"="hexagonv62" "target-features"="+compound" }
21 attributes #1 = { nounwind readnone "target-cpu"="hexagonv62" "target-features"="-compound" }