[PATCH] D40918: [X86] Cleanup type conversion of 64-bit load-store pairs.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 00:11:32 PST 2017
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:34373
SDValue NewChain = DAG.makeEquivalentMemoryOrdering(Ld, LoLd);
NewChain = DAG.makeEquivalentMemoryOrdering(Ld, HiLd);
----------------
Is NewChain an unused variable now?
https://reviews.llvm.org/D40918
More information about the llvm-commits
mailing list