[all-commits] [llvm/llvm-project] 2b1198: [KeyInstr][Clang] If stmt atom
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed May 21 07:36:29 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-if
Home: https://github.com/llvm/llvm-project
Commit: 2b11986f9cc30fe206375324eddd000fcb571a5d
https://github.com/llvm/llvm-project/commit/2b11986f9cc30fe206375324eddd000fcb571a5d
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
A clang/test/DebugInfo/KeyInstructions/if.c
Log Message:
-----------
[KeyInstr][Clang] If stmt atom
This patch is part of a stack that teaches Clang to generate Key Instructions
metadata for C and C++.
The Key Instructions project is introduced, including a "quick summary" section
at the top which adds context for this PR, here:
https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668
The feature is only functional in LLVM if LLVM is built with CMake flag
LLVM_EXPERIMENTAL_KEY_INSTRUCTIONs. Eventually that flag will be removed.
The Clang-side work is demoed here:
https://github.com/llvm/llvm-project/pull/130943
Commit: 2fb58a6d7f30eaf7e987c1b2f81d53665132ae28
https://github.com/llvm/llvm-project/commit/2fb58a6d7f30eaf7e987c1b2f81d53665132ae28
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/if.c
Log Message:
-----------
cc1 + whitespace
Compare: https://github.com/llvm/llvm-project/compare/98ea64f7a1cd...2fb58a6d7f30
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