https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104280
--- Comment #11 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:77650ddd3820d02a9d1ddb17c3af80b4eabaeca1 commit r17-2342-g77650ddd3820d02a9d1ddb17c3af80b4eabaeca1 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Sun Jul 12 07:53:14 2026 -0400 match: Remove redundant build_one_cst (type) [PR104280] integer_onep@0 is present, so use @0 instead of build_one_cst (type) to remove function call. Bootstrapped and tested on x86_64-pc-linux-gnu. PR tree-optimization/104280 gcc/ChangeLog: * match.pd: Remove redundant build_one_cst (type) [PR104280] Signed-off-by: Kael Andrew Franco <[email protected]>
