We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369d6eb commit 7c72b3dCopy full SHA for 7c72b3d
1 file changed
src/gcn.jl
@@ -64,7 +64,7 @@ function finish_ir!(
64
# optimize after address space rewriting: propagate addrspace(4) through
65
# the addrspacecast chains, then clean up newly-exposed opportunities
66
tm = llvm_machine(job.config.target)
67
- @dispose pb=NewPMPassBuilder() tm begin
+ @dispose pb=NewPMPassBuilder() begin
68
add!(pb, NewPMFunctionPassManager()) do fpm
69
add!(fpm, InferAddressSpacesPass())
70
add!(fpm, SROAPass())
0 commit comments