History log of /llvm-project/llvm/unittests/Analysis/GraphWriterTest.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4
# a811f263 21-Aug-2024 Dmitri Gribenko <gribozavr@gmail.com>

[llvm][test] Write temporary files into a temporary directory


Revision tags: llvmorg-19.1.0-rc3
# 7ff377ba 16-Aug-2024 Tyler Nowicki <tyler.nowicki@amd.com>

[Analysis] Fix null ptr dereference when using WriteGraph without branch probability info (#104102)

The call to 'CFGInfo->getBPI()->getEdgeProbability(Node, SuccBB);' fails
when BPI is not provided

[Analysis] Fix null ptr dereference when using WriteGraph without branch probability info (#104102)

The call to 'CFGInfo->getBPI()->getEdgeProbability(Node, SuccBB);' fails
when BPI is not provided. In this case we can give up and not print any
edge attributes.

---------

Co-authored-by: tnowicki <tnowicki.nowicki@amd.com>

show more ...