[all-commits] [llvm/llvm-project] 6dd17a: [CallGraph] Don't preserve CallGraph when function...

aeubanks via All-commits all-commits at lists.llvm.org
Sun Jun 19 13:01:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dd17a2b3403adeef74217e2f23f00fe656d38d1
      https://github.com/llvm/llvm-project/commit/6dd17a2b3403adeef74217e2f23f00fe656d38d1
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-06-19 (Sun, 19 Jun 2022)

  Changed paths:
    M llvm/lib/Analysis/CallGraph.cpp

  Log Message:
  -----------
  [CallGraph] Don't preserve CallGraph when function CFG analyses are preserved

The call graph has nothing to with function CFGs.

Fixes a crash in a future change that exposes this bug.




More information about the All-commits mailing list