Skip to content

Commit 5838394

Browse files
authored
Fix typo and double tests
1 parent 5f92e8d commit 5838394

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/llvmpasses/late-lower-gc.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
; RUN: opt -enable-new-pm=0 --opaque-pointers=0 -load libjulia-codegen%shlibext -LateLowerGCFrame -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='function(LateLowerGCFrame)' -S %s | FileCheck %s -check-prefixes=CHECK,TYPED
55

6-
; RUN: opt -enable-new-pm=0 --opaque-pointers=1 -load libjulia-codegen%shlibext -LateLowerGCFrame -S %s | FileCheck %s --check-prefixes=CHECK,OPAQUE
7-
; RUN: opt -enable-new-pm=1 --opaque-pointers=1 --load-pass-plugin=libjulia-codegen%shlibext -passes='function(LateLowerGCFrame)' -S %s | FileCheck %s --check-prefixes=CHECK,OPAQUE
86

97
@tag = external addrspace(10) global {}, align 16
108

@@ -134,7 +132,7 @@ top:
134132
%pgcstack = call {}*** @julia.get_pgcstack()
135133
%1 = bitcast {}*** %pgcstack to {}**
136134
%current_task = getelementptr inbounds {}*, {}** %1, i64 -12
137-
; TYPED: %current_task = %current_task = getelementptr inbounds {}*, {}** %1, i64 -12
135+
; TYPED: %current_task = getelementptr inbounds {}*, {}** %1, i64 -12
138136
; OPAQUE: %current_task = getelementptr inbounds ptr, ptr %1, i64 -12
139137
%2 = load float, float addrspace(1)* %0, align 4, !invariant.load !1
140138
; TYPED-NEXT: %2 = load float, float addrspace(1)* %0, align 4, !invariant.load

0 commit comments

Comments
 (0)