[PATCH] D28637: [PPC] Inline expansion of memcmp

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 13:10:48 PDT 2017


syzaara added inline comments.


================
Comment at: lib/CodeGen/CodeGenPrepare.cpp:2289
+void MemCmpExpansion::emitLoadCompareBlockMultipleLoads(
+    unsigned Index, unsigned Size, unsigned &NumBytesProcessed) {
+
----------------
nemanjai wrote:
> nit: formatting seems off here.
This is from clang-format.


https://reviews.llvm.org/D28637





More information about the llvm-commits mailing list