[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/loop-vectorize/simplify-recipe-return-value'. Changed from 0000000000000000000000000000000000000000 to 0d78fb5d33d5447fa0a7d4c69ae1ca3464322237 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 0d78fb5d33d5447fa0a7d4c69ae1ca3464322237 by Luke Lau on 30/07/2026 at 09:18.. [VPlan] Make simplifyRecipe more like InstCombine Most combines in simplifyRecipe RAUW a value, but not all of them erase the old recipe. Unify them and bring it in line with InstCombine by having it return a VPValue, which simplifyRecipes can then call RAUW with, and automatically erase the old recipe. Similarly to InstCombine, combines that modify a recipe should return the same recipe. https://invent.kde.org/qt/clang/llvm/-/commit/0d78fb5d33d5447fa0a7d4c69ae1ca3464322237