[PATCH] D56593: [SelectionDAG][RFC] Allow the user to specify a memeq function (v5).

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 00:01:03 PST 2019


xbolva00 added inline comments.


================
Comment at: lib/Transforms/Utils/SimplifyLibCalls.cpp:917
+  if (isOnlyUsedInZeroEqualityComparison(CI) && TLI->has(LibFunc_bcmp)) {
+    Function *Callee = CI->getCalledFunction();
+    Module *M = CI->getModule();
----------------
Move code and create function emitBcmp in BuildLibCalls 


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56593/new/

https://reviews.llvm.org/D56593





More information about the llvm-commits mailing list