[all-commits] [llvm/llvm-project] 6f1f6d: [InstCombine][DebugInfo] Update debug value uses i...

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Mon May 12 17:56:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f1f6d184ff07de9076820c1fe2bffaebde38cbd
      https://github.com/llvm/llvm-project/commit/6f1f6d184ff07de9076820c1fe2bffaebde38cbd
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    A llvm/test/Transforms/InstCombine/debuginfo-invert.ll

  Log Message:
  -----------
  [InstCombine][DebugInfo] Update debug value uses in `freelyInvertAllUsersOf` (#137013)

This patch updates all debug value uses in `freelyInvertAllUsersOf` by
inserting `DW_OP_not` at the front of the DIExpression.

Related issue: https://github.com/llvm/llvm-project/issues/71065



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