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

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 05:28:52 PST 2021


jonpa added inline comments.


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


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

https://reviews.llvm.org/D112004



More information about the llvm-commits mailing list