[all-commits] [llvm/llvm-project] bdad16: Improve comment.
Manuel Carrasco via All-commits
all-commits at lists.llvm.org
Fri May 29 05:19:43 PDT 2026
Branch: refs/heads/users/mgcarrasco/nsdi-debug-type-func
Home: https://github.com/llvm/llvm-project
Commit: bdad169e8a71c7df19a7756c0d9e3ec35a3322d6
https://github.com/llvm/llvm-project/commit/bdad169e8a71c7df19a7756c0d9e3ec35a3322d6
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
Log Message:
-----------
Improve comment.
Commit: 3034a62f9b8a053b812ff454f59da8baebf1251c
https://github.com/llvm/llvm-project/commit/3034a62f9b8a053b812ff454f59da8baebf1251c
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
Log Message:
-----------
[reviews] Improve enum value names and add missing ones.
Commit: f77a4c7be0b7c7f1e6802f2ee54bf2dbac698098
https://github.com/llvm/llvm-project/commit/f77a4c7be0b7c7f1e6802f2ee54bf2dbac698098
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.h
M llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-void-prototypes.ll
Log Message:
-----------
[reviews] Deduplicate DebugTypeFunction by operand ids
Add getOrEmitDebugTypeFunction() to reuse identical DebugTypeFunction
instructions when distinct DISubroutineType nodes lower to the same
operands (e.g. !{} vs !{null} void prototypes). Update the lit test to
assert a single emission.
Commit: eb461a33a598a3cc173b5ac865c1b2b1cc121c62
https://github.com/llvm/llvm-project/commit/eb461a33a598a3cc173b5ac865c1b2b1cc121c62
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.h
Log Message:
-----------
[reviews] Improve assertions.
Compare: https://github.com/llvm/llvm-project/compare/cbc56573a9fb...eb461a33a598
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list