[Bug target/110001] [13 regression] Suboptimal code generation for branchless binary search

2023-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110001 --- Comment #4 from Andrew Pinski --- It is looking like a register allocation issue or something changed in expanding to rtl. maybe just it was ok on accident before GCC 13.

[Bug target/110001] [13 regression] Suboptimal code generation for branchless binary search

2023-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110001 --- Comment #3 from Andrew Pinski --- Created attachment 55176 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55176=edit testcase Next time please also attach the source (if it uses headers the preprocessed source).

[Bug target/110001] [13 regression] Suboptimal code generation for branchless binary search

2023-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110001 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu --- Comment #2 from

[Bug target/110001] [13 regression] Suboptimal code generation for branchless binary search

2023-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110001 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization