[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/arsenm/runtime-libcalls/only-define-one-fcmp-aeabi'. Changed from 0000000000000000000000000000000000000000 to 1d8b64f27a0bba9fbbd6942c31a634b2c4301097 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 1d8b64f27a0bba9fbbd6942c31a634b2c4301097 by Matt Arsenault on 22/07/2026 at 11:09.. RuntimeLibcalls: Drop artificial __aeabi_?cmpeq suffixes Avoid defining synthetic LibcallImpls just to match the use case of the legalizer. __aeabi_?cmpeq returns a boolean for ordered-equal and was defined twice with __oeq/__une enum suffixes so the one symbol could serve both OEQ and UNE. Replace each pair with a single unsuffixed impl providing only OEQ. The legalizer can directly invert it without the dummy entry. Co-authored-by: Claude (Opus 4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm/-/commit/1d8b64f27a0bba9fbbd6942c31a634b2c4301097