https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94566
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=92005 --- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> --- > So here is the proposed pipeline: > iftoswitch - change to do it even without an heurstics > sink > switchconv > switchlower - early This one is also not ideal as there might be an optimization that eliminates some of the switch case branches. Note that we have a similar issue PR92005.