[PATCH] D87988: [SystemZ] Optimize bcmp calls (PR47420)
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 07:19:08 PDT 2020
jonpa added a comment.
Maybe also have the test case from my original patch which transforms a memcmp to a bcmp...?
If it is really ok to pass bcmp to visitMemCmpCall(), I think a comment on that specifies this would be nice, both for visitMemCmpCall() and EmitTargetCodeForMemcmp().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87988/new/
https://reviews.llvm.org/D87988
More information about the llvm-commits
mailing list