We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69fc57 commit c057940Copy full SHA for c057940
test/llvmpasses/alloc-opt-pass.ll
@@ -1,7 +1,5 @@
1
; This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
-; RUN: opt -enable-new-pm=1 --opaque-pointers=0 --load-pass-plugin=libjulia-codegen%shlibext -passes='function(AllocOpt)' -S %s | FileCheck %s --check-prefixes=CHECK,TYPED
4
-
5
; RUN: opt -enable-new-pm=1 --opaque-pointers=1 --load-pass-plugin=libjulia-codegen%shlibext -passes='function(AllocOpt)' -S %s | FileCheck %s --check-prefixes=CHECK,OPAQUE
6
7
@tag = external addrspace(10) global {}
0 commit comments