Folding Phi operands too early in the pass pipeline can prevent other optimization passes, like GVN-Hoist, from being beneficial. This patch makes InstCombine capable of turning on/off the folding of Phi operands. Then uses that capability to delay Phi operand folding from the pass manager.
Details
Details
Diff Detail
Diff Detail