1 ; RUN: llc -mtriple thumbv7-unknown-linux-android -filetype asm -o - %s | FileCheck %s
3 @a = protected constant <{ i32, i32 }> <{ i32 0, i32 0 }>
4 @b = protected alias i32, getelementptr(i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @a, i32 0, i32 1), i32 -1)
15 ; CHECK: movw [[REGISTER:r[0-9]+]], :lower16:b
16 ; CHECK: movt [[REGISTER]], :upper16:b