[InstCombine] Use replaceOperand() in assoc cast simplification
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 29 Mar 2020 17:59:00 +0000 (19:59 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 29 Mar 2020 18:28:37 +0000 (20:28 +0200)
commit0c8714006582dc4a4e7c646c7dba2ef8302ed85a
tree4cfc854be28178e095b8241dc71c8442489cd8ab
parenta9ddcd6411bcbffe551641a91413c417de491189
[InstCombine] Use replaceOperand() in assoc cast simplification

To make sure the old operands are DCEd.

NFC apart from worklist order.
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp