[all-commits] [llvm/llvm-project] 07b601: [CFGPrinter] Allow CFG dumps with a given filename...

Lewis Crawford via All-commits all-commits at lists.llvm.org
Tue Nov 5 04:59:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07b6013e6f69bfdf46b9f2fa1bb4c76f9ef2376c
      https://github.com/llvm/llvm-project/commit/07b6013e6f69bfdf46b9f2fa1bb4c76f9ef2376c
  Author: Lewis Crawford <lcrawford at nvidia.com>
  Date:   2024-11-05 (Tue, 05 Nov 2024)

  Changed paths:
    M llvm/include/llvm/IR/Function.h
    M llvm/lib/Analysis/CFGPrinter.cpp

  Log Message:
  -----------
  [CFGPrinter] Allow CFG dumps with a given filename (#112906)

Add functions to print the CFG via the debugger using a specified
filename.

This is useful when comparing CFGs for the same function before vs after
a change, or when handling functions with names that are too long to be
file names.



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