blob: 8f40a4c28a7657f5c3f8c1947dec767c6733e128 [file] [log] [blame]
Ahmed Bougacha279e3ee2015-04-18 01:21:58 +00001; RUN: llc < %s -mtriple=thumb-apple-darwin -arm-global-merge -global-merge-group-by-use=false | FileCheck %s
Silviu Barangaa055aab2013-01-07 12:31:25 +00002; Test the GlobalMerge pass. Check that the pass does not crash when using
3; multiple address spaces.
4
5; CHECK: _MergedGlobals:
6@g1 = internal addrspace(1) global i32 1
7@g2 = internal addrspace(1) global i32 2
8
9
Sunil Srivastavad79dfcb2015-05-12 16:47:30 +000010; CHECK: _MergedGlobals.1:
Silviu Barangaa055aab2013-01-07 12:31:25 +000011@g3 = internal addrspace(2) global i32 3
12@g4 = internal addrspace(2) global i32 4