[PATCH] D51706: ARM64: improve non-zero memset isel by ~2x

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 16:42:39 PDT 2018


jfb added inline comments.


================
Comment at: lib/Target/AArch64/AArch64ISelLowering.cpp:5198-5220
+    LLVM_DEBUG(dbgs() << "Legal " << VT.getEVTString() << " imm value: 0\n");
     return true;
   }
 
-  StringRef FPType;
   bool IsLegal = false;
   SmallString<128> ImmStrVal;
   Imm.toString(ImmStrVal);
----------------
MatzeB wrote:
> unrelated, so maybe split this into a separate commit when this review is approved (very nice change though)
I committed it in r341504.


Repository:
  rL LLVM

https://reviews.llvm.org/D51706





More information about the llvm-commits mailing list