Memcmp has hardware support on SystemZ, so there is no need or benefit of sometimes using bcmp .
This patch makes bcmp unavailable on SystemZ, so that memcmp:s are not replaced by calls to it.
Paths
| Differential D87506
[SystemZ] Make LibFunc_bcmp unavailable AbandonedPublic Authored by jonpa on Sep 11 2020, 4:28 AM.
Details
Summary Memcmp has hardware support on SystemZ, so there is no need or benefit of sometimes using bcmp . This patch makes bcmp unavailable on SystemZ, so that memcmp:s are not replaced by calls to it.
Diff Detail
Revision Contents
Diff 291182 llvm/lib/Analysis/TargetLibraryInfo.cpp
llvm/test/Transforms/InstCombine/memcmp-3.ll
|