[InstCombine] foldAggregateConstructionIntoAggregateReuse(): use...
[InstCombine] foldAggregateConstructionIntoAggregateReuse(): use InstCombiner::replaceInstUsesWith() instead of RAUW We really shouldn't use RAUW in InstCombine because we should consistently update Worklist to avoid extra iterations.
Loading
Please sign in to comment