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

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 04:28:45 PST 2017


uweigand added a comment.

On SystemZ, we use the existing callback EmitTargetCodeForMemcmp to expand memcmp calls.    Can you explain how the new hook is different and why we'd need two hooks?


https://reviews.llvm.org/D28637





More information about the llvm-commits mailing list