aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-mov4.ll
blob: 06fa238263ab02dc08ced3f53a0a972b4d06924e (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1

define i32 @f6(i32 %a) {
    %tmp = add i32 0, 65535
    ret i32 %tmp
}