[PATCH] D12781: PGO IR-level instrumentation infrastructure

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 23:44:22 PDT 2015


kcc added a comment.

\> - is there a reason that this is breaking critical edges itself instead of using break-crit-edges pass? Is break-crit-edges dead? SanitizerCoverage doesn't seem to use it either.

SanitizerCoverage uses SplitAllCriticalEdges from include/llvm/Transforms/Utils/BasicBlockUtils.h


http://reviews.llvm.org/D12781





More information about the llvm-commits mailing list