[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/lukel97/findlast-optimize-selectlike-fix'. Changed from 0000000000000000000000000000000000000000 to 8ed6198427082d6083e4699a848922bbfefee05d Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 92695af063fb9fd8d132d89a9821719ea0464c75 by Luke Lau on 30/07/2026 at 15:36.. Precommit test https://invent.kde.org/qt/clang/llvm/-/commit/92695af063fb9fd8d132d89a9821719ea0464c75 Git commit 8ed6198427082d6083e4699a848922bbfefee05d by Luke Lau on 30/07/2026 at 15:42.. [VPlan] Fix optimizeFindIVReductions not negating condition of blend Fixes #212993 #194729 made the m_Select a m_SelectLike, so FindLastSelect could now be a blend. However we were checking the first operand to see if the Cond needed inverted. A select has `select %cond, %true, %false`, a blend is `blend %false, %cond, %true`, so we were failing to negate the condition. https://invent.kde.org/qt/clang/llvm/-/commit/8ed6198427082d6083e4699a848922bbfefee05d