[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/momchil-velikov/gvn-unused-helper'. Changed from 0000000000000000000000000000000000000000 to 67ad2e492b9f7a5ead697bfd8ec1e21aef2973cf 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 e1784a875479f2bb3fd139c7fff75393a3b91dc5 by Momchil Velikov on 15/07/2026 at 15:57.. [GVN] Remove the "private" `llvm::gvn` namespace (NFC) Move `AvailableValue` and `AvailableValueInBlock` into GVNPass, similar to other helper types. Retain `llvm::gvn::GVNLegacyPass` as just `llvm::GVNLegacyPass` - "legacy" is already a sufficent hint and it is not going to become more "private" by stacking "gvn" prefixes to the name. Ideally, `GVNLegacyPass` should be defined in an anonymous namespace, but that is not possible because it is declared as a friend of GVNPass. https://invent.kde.org/qt/clang/llvm/-/commit/e1784a875479f2bb3fd139c7fff75393a3b91dc5 Git commit 2293acff88a03097a610c682769ad316d6b1fc0e by Momchil Velikov on 15/07/2026 at 15:57.. [GVN] Rename some functions to follow LLVM naming conventions (NFC) https://invent.kde.org/qt/clang/llvm/-/commit/2293acff88a03097a610c682769ad316d6b1fc0e Git commit 67ad2e492b9f7a5ead697bfd8ec1e21aef2973cf by Momchil Velikov on 15/07/2026 at 15:57.. [GVN] Remove unused debug helper (NFC) The `GVNPass::dump` method is not used anywhere. Moreover, there's no `GVNPass` state that corresponds to its parameter type. Even if a `GVNPass::dump` method could be useful, this one wasn't it. https://invent.kde.org/qt/clang/llvm/-/commit/67ad2e492b9f7a5ead697bfd8ec1e21aef2973cf