1 ; RUN: llc < %s | FileCheck %s
3 ; Test matching of and_hi.
5 target datalayout = "E-m:e-p:32:32-i64:64-a:0:32-n32-S64"
6 target triple = "lanai"
8 @x = common global i32 0, align 4
10 ; CHECK-LABEL: setandhi:
11 ; CHECK: mov 0xfffffe4a, %r{{[0-9]+}}
12 define void @setandhi() #0 {
13 store volatile i32 -438, ptr @x, align 4