aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-add3.ll
blob: abe15a3f5dd204c774c70d602433ccd316d18368 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc | grep {addw\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#4095} | count 1

target triple = "thumbv7-apple-darwin"

define i32 @f1(i32 %a) {
    %tmp = add i32 %a, 4095
    ret i32 %tmp
}