[all-commits] [llvm/llvm-project] ca6370: [Analysis][SimplifyLibCalls] improve function sign...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Aug 15 13:57:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca637014f148288ce59c16ee79ecce60c83af703
https://github.com/llvm/llvm-project/commit/ca637014f148288ce59c16ee79ecce60c83af703
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-08-15 (Sun, 15 Aug 2021)
Changed paths:
M llvm/lib/Analysis/TargetLibraryInfo.cpp
A llvm/test/Transforms/InstCombine/X86/simplify-libcalls-memcmp.ll
Log Message:
-----------
[Analysis][SimplifyLibCalls] improve function signature check for memcmp
This would assert/crash as shown in:
https://llvm.org/PR50850
The matching for bcmp/bcopy should probably also be updated,
but that's another patch.
More information about the All-commits
mailing list