[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/petar-jovanovic/skip-s_delay_alu'. Changed from 3c0984bab424733dc3a2a0f218d4d514291fe037 to bf325893bb9da1cf5d8b23df2cccd5e53bffc048 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 9357b20dadfdd61cf097219f061d6efbbfcd4e0f by Petar Jovanovic on 06/08/2026 at 13:17.. [AMDGPU] Extend WMMA C-reuse delay skip to all WMMA targets Drop the GFX12-only gate: C-reuse forwards the matrix C accumulator in place on all WMMA-capable targets (GFX11+), so the tied srcC read of a back-to-back WMMA/SWMMAC carries no dependency. The opcode predicate (isWMMA/isSWMMAC) already bounds this to GFX11+, so no subtarget check is needed. s_delay_alu is only a hint, so correctness is unaffected. https://invent.kde.org/qt/clang/llvm/-/commit/9357b20dadfdd61cf097219f061d6efbbfcd4e0f Git commit bf325893bb9da1cf5d8b23df2cccd5e53bffc048 by Petar Jovanovic on 06/08/2026 at 13:36.. [AMDGPU] fix clang-format issue https://invent.kde.org/qt/clang/llvm/-/commit/bf325893bb9da1cf5d8b23df2cccd5e53bffc048