[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Linker / addrspace.ll
blob713aa01fc9dd55043052f21c366b4170f9631698
1 ; RUN: llvm-link %s -S | FileCheck %s
3 @G = addrspace(2) global i32 256 
4 ; CHECK: @G = addrspace(2) global i32
6 @GA = alias i32, i32 addrspace(2)* @G
7 ; CHECK: @GA = alias i32, i32 addrspace(2)* @G
9 define void @foo() addrspace(3) {
10 ; CHECK: define void @foo() addrspace(3)
11   ret void