[InstCombine] Use replaceOperand() in a few more places
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 29 Mar 2020 15:08:04 +0000 (17:08 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 29 Mar 2020 16:01:00 +0000 (18:01 +0200)
commit1e363023b823d399a4eac311e846a078cb329ceb
tree0b37410384a93cb35165ea003c94ba023affb619
parent7734e4b3a36f233df493e6101086a9c95d309a40
[InstCombine] Use replaceOperand() in a few more places

To make sure the old operands get DCEd.

NFC apart from worklist order changes.
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp