[all-commits] [llvm/llvm-project] 8e5f57: [BasicAA] Remove redundant libcall handling
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 27 03:01:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e5f57d738d919ff7730036cc0628b533ece7ca8
https://github.com/llvm/llvm-project/commit/8e5f57d738d919ff7730036cc0628b533ece7ca8
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Remove redundant libcall handling
The writeonly attribute for memset_pattern16 (and other referenced
libcalls) is being added by InferFunctionAttrs nowadays. No need
to special-case it here.
More information about the All-commits
mailing list