view test/CodeGen/Hexagon/addaddi.ll @ 128:c347d3398279 default tip

fix
author mir3636
date Wed, 06 Dec 2017 14:37:17 +0900
parents 803732b1fca8
children
line wrap: on
line source

; RUN: llc -march=hexagon < %s | FileCheck %s
; Check for S4_addaddi:
; CHECK: r{{[0-9]+}} = add(r{{[0-9]+}},add(r{{[0-9]+}},#2))

define i32 @fred(i32 %a0, i32 %a1, i32* nocapture %a2) #0 {
b3:
  %v4 = add nsw i32 %a0, 2
  %v5 = add nsw i32 %v4, %a1
  store i32 %v5, i32* %a2, align 4
  ret i32 undef
}

attributes #0 = { nounwind }