Files
archived-llvm/lib/Transforms/Instrumentation
Rong Xu 8f580be75c [PGO] Handle cases of failing to split critical edges
Fix PR41279 where critical edges to EHPad are not split.
The fix is to not instrument those critical edges. We used to be able to know
the size of counters right after MST is computed. With this, we have to
pre-collect the instrument BBs to know the size, and then instrument them.

Differential Revision: https://reviews.llvm.org/D62439

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361882 91177308-0d34-0410-b5e6-96231b3b80d8
2019-05-28 21:45:56 +00:00
..
2019-04-23 14:51:27 +00:00
2019-03-11 20:23:40 +00:00
2019-04-23 14:51:27 +00:00