summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/global-merge-addrspace.ll
blob: 0efa690bde2858a29f6ef5b78927b4af63271ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
; Test the GlobalMerge pass. Check that the pass does not crash when using
; multiple address spaces.

; CHECK: _MergedGlobals:
@g1 = internal addrspace(1) global i32 1
@g2 = internal addrspace(1) global i32 2


; CHECK: _MergedGlobals1:
@g3 = internal addrspace(2) global i32 3
@g4 = internal addrspace(2) global i32 4