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 4fec7ce commit c9f383dCopy full SHA for c9f383d
base/compiler/ssair/ir.jl
@@ -515,7 +515,7 @@ mutable struct IncrementalCompact
515
renamed_new_nodes::Bool
516
cfg_transforms_enabled::Bool
517
fold_constant_branches::Bool
518
- function IncrementalCompact(code::IRCode, allow_cfg_transforms::Bool=false)
+ function IncrementalCompact(code::IRCode, allow_cfg_transforms::Bool=true)
519
# Sort by position with attach after nodes affter regular ones
520
perm = my_sortperm(Int[(code.new_nodes[i].pos*2 + Int(code.new_nodes[i].attach_after)) for i in 1:length(code.new_nodes)])
521
new_len = length(code.stmts) + length(code.new_nodes)
0 commit comments