[MachineCopyPropagation] Pass DestSourcePair to isBackwardPropagatableCopy. NFC
authorCraig Topper <craig.topper@sifive.com>
Sun, 26 Mar 2023 00:20:08 +0000 (17:20 -0700)
committerCraig Topper <craig.topper@sifive.com>
Sun, 26 Mar 2023 00:20:52 +0000 (17:20 -0700)
commite35fbf5c04f4719db8ff7c7a993cbf96bb706903
tree1719de48c1847122a6511eceb3951ee9459490fc
parentbae6f8f95cae65ebe7c6f5008d7054aa86004cbe
[MachineCopyPropagation] Pass DestSourcePair to isBackwardPropagatableCopy. NFC

Instead of calling isCopyInstr again, just pass the DestSourcePair
from the isCopyInstr call from the caller.
llvm/lib/CodeGen/MachineCopyPropagation.cpp