File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments