[all-commits] [llvm/llvm-project] 1a7848: [KeyInstr][Clang] Assign matrix element atom

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Tue May 27 05:38:12 PDT 2025


  Branch: refs/heads/users/OCHyams/ki-clang-mat
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a7848740a2b708724d057cd881a3e4db42e96e3
      https://github.com/llvm/llvm-project/commit/1a7848740a2b708724d057cd881a3e4db42e96e3
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/test/DebugInfo/KeyInstructions/agg.c

  Log Message:
  -----------
  [KeyInstr][Clang] Assign matrix element 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: 2cbfe629d899cb45a56708e2560528bd3f496ef6
      https://github.com/llvm/llvm-project/commit/2cbfe629d899cb45a56708e2560528bd3f496ef6
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M clang/test/DebugInfo/KeyInstructions/agg.c

  Log Message:
  -----------
  cc1


Compare: https://github.com/llvm/llvm-project/compare/04fd5cd66120...2cbfe629d899

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