[InstSimplify] Clean up SimplifyReplacedWithOp implementation (NFCI)
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 21 Mar 2021 12:32:24 +0000 (13:32 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 21 Mar 2021 14:30:30 +0000 (15:30 +0100)
commitdaae927f9c130000c914a27dd1392599190d470f
treedeb47cd7a573d14779c5e73c79f84fe624e84b6e
parent1098acd46d4768a01c57ec319905cc6032ad1732
[InstSimplify] Clean up SimplifyReplacedWithOp implementation (NFCI)

Replace Op with RepOp up-front, and then always work with the new
operands, rather than checking for replacement in various places.
llvm/lib/Analysis/InstructionSimplify.cpp