[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 20:28:46 PDT 2018


xbolva00 added a comment.

And two facts..

1. LLVM already replaces bzero with memset
2. There are many source codes related to networking which uses bcopy, bcmp.

So I dont think this patch is totally useless.


Repository:
  rL LLVM

https://reviews.llvm.org/D47214





More information about the llvm-commits mailing list