You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimize condition-code lifetime for select sequences over constants in arithmetic progressions.
It reduces the number of comparisons and shortens the condition code lifetime, improving performance.
Original patch by Anmol Paralkar (@anmolparalkar-nxp), initially proposed on Phabricator as D136047.
Modified and updated to work with the latest LLVM version. The test case has been updated to match the current output format.
0 commit comments