[all-commits] [llvm/llvm-project] 0c7c82: [KeyInstr] Add fields to DILocation behind compile...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Thu May 1 07:41:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c7c82af230bd525bb96a54ca9480797b5fa2a42
      https://github.com/llvm/llvm-project/commit/0c7c82af230bd525bb96a54ca9480797b5fa2a42
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/test/CMakeLists.txt
    A llvm/test/DebugInfo/KeyInstructions/Generic/parse.ll
    A llvm/test/DebugInfo/KeyInstructions/lit.local.cfg
    M llvm/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [KeyInstr] Add fields to DILocation behind compile time flag (#133477)

Add AtomGroup and AtomRank to DILocation behind compile time flag
EXPERIMENTAL_KEY_INSTRUCTIONS which is controlled by cmake flag
LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS.

Add IR read-write roundtrip test in a directory that is unsupported unless the
CMake flag is enabled.

RFC: https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668



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