https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114009
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:b4bdc0d1051918efaa2a4c3bc131f4b8c06addf5 commit r17-2341-gb4bdc0d1051918efaa2a4c3bc131f4b8c06addf5 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Sun Jul 12 07:52:01 2026 -0400 match: Remove redundant build_zero_cst (type) [PR114009] Since PR114009 simplify patterns have integer_zerop, integer_zerop@2 can be used instead of build_zero_cst (type) to remove function call. Bootstrapped and tested on x86_64-pc-linux-gnu. PR tree-optimization/114009 gcc/ChangeLog: * match.pd: Remove redundant build_zero_cst (type) [PR114009] Signed-off-by: Kael Andrew Franco <[email protected]>
