[InstCombine] Erase old instruction when replacing extractelements
As we are not returning the result of replaceInstUsesWith(), so we need to clean up ourselves. NFC apart from worklist order.
Loading
Please sign in to comment
As we are not returning the result of replaceInstUsesWith(), so we need to clean up ourselves. NFC apart from worklist order.