[InstCombine] Fix worklist management in transformToIndexedCompare()
Use replaceInstUsesWith() rather than plain RAUW to make sure the old instructions are added back to the worklist for DCE.
Loading
Please sign in to comment
Use replaceInstUsesWith() rather than plain RAUW to make sure the old instructions are added back to the worklist for DCE.