[PATCH] D112004: [SystemZ] Improve codegen for memset

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 06:10:17 PST 2021


uweigand added inline comments.


================
Comment at: llvm/lib/Target/SystemZ/SystemZISelLowering.cpp:7983
 
+    bool HaveSingleBase = DestBase.isIdenticalTo(SrcBase);
     auto loadZeroAddress = [&]() -> MachineOperand {
----------------
jonpa wrote:
> uweigand wrote:
> > Was this line moved deliberately?
> yes, I thought that looked a little better, but it doesn't matter that much...
OK, that's fine with me then.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112004/new/

https://reviews.llvm.org/D112004



More information about the llvm-commits mailing list