[all-commits] [llvm/llvm-project] 2de5f3: [BuildLibCalls] Add support for memset_pattern{4, 8}.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Dec 2 03:04:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de5f39e546d64ed00fd63f47b64c1cafe5d6e35
https://github.com/llvm/llvm-project/commit/2de5f39e546d64ed00fd63f47b64c1cafe5d6e35
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/test/Transforms/InferFunctionAttrs/annotate.ll
Log Message:
-----------
[BuildLibCalls] Add support for memset_pattern{4,8}.
Add support for memset_pattern{4,8} similar to the existing
memset_pattern16 handling.
Reviewed By: ab
Differential Revision: https://reviews.llvm.org/D114883
More information about the All-commits
mailing list