[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / readonly-aliases.ll
blobb12c5ead73cb574d7a2e76fa91553d9a72277137
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, ptr getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @a, i32 0, i32 1), i32 -1)
6 declare void @f(ptr)
8 define void @g() {
9 entry:
10   call void @f(ptr @b)
11   ret void
14 ; CHECK-LABEL: g:
15 ; CHECK: movw [[REGISTER:r[0-9]+]], :lower16:b
16 ; CHECK: movt [[REGISTER]], :upper16:b