]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move uncprop after modref
authorJan Hubicka <hubicka@ucw.cz>
Mon, 8 Nov 2021 17:38:09 +0000 (18:38 +0100)
committerJan Hubicka <hubicka@ucw.cz>
Mon, 8 Nov 2021 17:38:09 +0000 (18:38 +0100)
commit666d780426f39883db8362f5cc24cdf9b4d3e98d
treee9b7f4b16b0b562a8573602ca02c83cff71cf2cf
parent239d82d4c05b30632fd09ba4056de7dac5aee070
Move uncprop after modref

moveS uncprop after modref and pure/const pass and adds a comment that
this pass should alwasy be last since it is only supposed to help PHI lowering.
The pass replaces constant by SSA names that are known to be constant at the
place which hardly helps other passes.

gcc/ChangeLog:

PR tree-optimization/103177
* passes.def: Move uncprop after pure/const and modref.
gcc/passes.def