[all-commits] [llvm/llvm-project] f73155: [KeyInstr] Complex assignment atoms
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri May 23 01:31:29 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-complex
Home: https://github.com/llvm/llvm-project
Commit: f7315585839d834d68ba8efcc7b76e0a05f388bc
https://github.com/llvm/llvm-project/commit/f7315585839d834d68ba8efcc7b76e0a05f388bc
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M clang/lib/CodeGen/CGExprComplex.cpp
A clang/test/DebugInfo/KeyInstructions/complex.c
Log Message:
-----------
[KeyInstr] Complex assignment atoms
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: ec39f2c1ff4e0f8ffb5bedada80d240b8903c183
https://github.com/llvm/llvm-project/commit/ec39f2c1ff4e0f8ffb5bedada80d240b8903c183
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/complex.c
Log Message:
-----------
cc1
Commit: ebd8acdf4ad52d4412d7ed6e7b47ee6179004689
https://github.com/llvm/llvm-project/commit/ebd8acdf4ad52d4412d7ed6e7b47ee6179004689
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/complex.c
Log Message:
-----------
whitespace
Compare: https://github.com/llvm/llvm-project/compare/4ca985019d38...ebd8acdf4ad5
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