[PATCH] D47214: [InstCombine] Replace bcmp/bcopy with memcmp/memmove

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 14:01:11 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D47214#1108622, @bkramer wrote:

> why?


Anyway there functions call mem* functions, so why not call them directly?


Repository:
  rL LLVM

https://reviews.llvm.org/D47214





More information about the llvm-commits mailing list