Displaying 1 result from an estimated 1 matches for "8a639425".
2018 Jun 13
2
RFC: cleanup in Transforms/Utils
Hi,
I'm looking to see what's the best way to solve the fact that these two
utils mostly do the same thing:
1. lib/Transforms/Utils/Local.cpp : MergeBasicBlockIntoOnlyPred
2. lib/Transforms/Utils/BasicBlockUtils.cpp : MergeBlockIntoPredecessor
(+cc some of the folks who touched at least one of these either originally
or recently)
Brief overview:
1. MergeBasicBlockIntoOnlyPred 2.