Skip to content

Commit 05ee0aa

Browse files
authored
Remove bad test
1 parent 0741bfe commit 05ee0aa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/llvmpasses/remove-addrspaces.ll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
; RUN: opt -enable-new-pm=0 --opaque-pointers=0 -load libjulia-codegen%shlibext -RemoveJuliaAddrspaces -S %s | FileCheck %s --check-prefixes=CHECK,TYPED
44
; RUN: opt -enable-new-pm=1 --opaque-pointers=0 --load-pass-plugin=libjulia-codegen%shlibext -passes='RemoveJuliaAddrspaces' -S %s | FileCheck %s --check-prefixes=CHECK,TYPED
55

6-
; COM: check that the addrspace of the global itself is removed
7-
; OPAQUE: @ejl_enz_runtime_exc = external global {}
8-
@ejl_enz_runtime_exc = external addrspace(10) global {}
96

107
; COM: check that the addrspace of the global itself is removed
118
; OPAQUE: @ejl_enz_runtime_exc = external global {}
@@ -134,13 +131,6 @@ L6:
134131
unreachable
135132
}
136133

137-
define private fastcc void @diffejulia__mapreduce_97() {
138-
L6:
139-
; OPAQUE: store atomic ptr @ejl_enz_runtime_exc, ptr null unordered
140-
store atomic {} addrspace(10)* @ejl_enz_runtime_exc, {} addrspace(10)* addrspace(10)* null unordered, align 8
141-
unreachable
142-
}
143-
144134
; COM: check that function attributes are preserved on declarations too
145135
declare void @convergent_function() #0
146136
attributes #0 = { convergent }

0 commit comments

Comments
 (0)