https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40635
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org --- Comment #18 from Martin Sebor <msebor at gcc dot gnu.org> --- The location is still present at g:45f4e2b01b82c72b3a11ff4ad184d7edcf0e63d4 but is lost after: commit 9f55df63154a39d67ef5b24def7044bf87300831 Author: Andrew Pinski <apin...@marvell.com> Date: Tue Jun 1 01:05:09 2021 +0000 Replace conditional_replacement with match and simplify This is the first of series of patches to simplify phi-opt to use match and simplify in many cases. This simplification will more things to optimize.