[Bug rtl-optimization/11832] Optimization of common stores in switch statements

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 12 14:26:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11832

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |33315
            Summary|Optimization of common code |Optimization of common
                   |in switch statements        |stores in switch statements

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
Similar to PR33315 this requests handling of stores (though this time really
hoisting).  The PRE hoisting doesn't do anything to stores.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315
[Bug 33315] stores not commoned by sinking


More information about the Gcc-bugs mailing list