[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/release/23.x'. Changed from a1886a957cb8f35a8d64282f691b22b1b4c7934e to bb9934d4dfef9033ded36d26827dbb6d3ac1dd92 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 bb9934d4dfef9033ded36d26827dbb6d3ac1dd92 by Tobias Hieta (on behalf of Krisitan Erik Olsen) on 24/07/2026 at 17:15.. [VPlan] Fix sentinel assertion when broadcasting invoke results (#210464) VPTransformState::get broadcasts a scalar value by inserting after the last scalarized instruction using std::next(BasicBlock::iterator(LastInst)). When LastInst is a terminator like invoke, std::next advances past the end of the block, hitting the !isKnownSentinel() assertion. Use Instruction::getInsertionPointAfterDef which correctly handles PHIs, invokes, and regular instructions, matching the pattern already used in VectorCombine.cpp. Fixes #210342 (cherry picked from commit 81cedf1e2060dbc2c5be43a6be0c86d6ba76df8d) https://invent.kde.org/qt/clang/llvm/-/commit/bb9934d4dfef9033ded36d26827dbb6d3ac1dd92