aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-iterator.cc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2022-07-13 08:27:57 +0200
committerRichard Biener <rguenther@suse.de>2022-07-13 08:30:44 +0200
commitc479c40f8c8fee0fb70e8a365b61c55739f448e1 (patch)
tree5c5073165e5e46b4a702fefaf92bc72394d19223 /gcc/gimple-iterator.cc
parent43997608a0887341160d50f83ad2d0159b387aae (diff)
downloadgcc-c479c40f8c8fee0fb70e8a365b61c55739f448e1.zip
gcc-c479c40f8c8fee0fb70e8a365b61c55739f448e1.tar.gz
gcc-c479c40f8c8fee0fb70e8a365b61c55739f448e1.tar.bz2
tree-optimization/106249 - unroll-and-jam and LC SSA upate
When I delayed the LC SSA update in unroll-and-jam this exposed an issue that tree_transform_and_unroll_loop does a full function LC SSA verification when new_loop is NULL (when it doesn't need to do versioning). That wasn't intended. I also took the chance to make the versioning in tree_transform_and_unroll_loop use TODO_update_ssa_nophi for the loop versioning SSA update which I somehow missed earlier. PR tree-optimization/106249 * tree-ssa-loop-manip.cc (tree_transform_and_unroll_loop): Only verify LC SSA of the new_loop if we created it. Use TODO_update_ssa_nophi for the SSA update after versioning the loop. * gcc.dg/pr106249.c: New testcase.
Diffstat (limited to 'gcc/gimple-iterator.cc')
0 files changed, 0 insertions, 0 deletions