[all-commits] [llvm/llvm-project] 689672: Support nice logging for `ProgramPoint*` in datafl...

Peng Chen via All-commits all-commits at lists.llvm.org
Fri Aug 22 10:45:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68967252701f8fdebb7c3c399d801cbc5ff87e65
      https://github.com/llvm/llvm-project/commit/68967252701f8fdebb7c3c399d801cbc5ff87e65
  Author: Peng Chen <pchen7e2 at gmail.com>
  Date:   2025-08-22 (Fri, 22 Aug 2025)

  Changed paths:
    M mlir/lib/Analysis/DataFlowFramework.cpp

  Log Message:
  -----------
  Support nice logging for `ProgramPoint*` in dataflow log (#154839)

There're places where a pointer instead of `ProgramPoint` object is
passed to stream print `<<`, and they'll be printed as pointer value.
This PR converts them to object before passing to stream printers.

The address isn't much helpful in the debug and does not help when
diffing before/after debug traces.



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