Add support for memset_pattern{4,8} similar to the existing
memset_pattern16 handling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114883
[BuildLibCalls] Add support for memset_pattern{4,8}. ClosedPublic Authored by fhahn on Dec 1 2021, 8:40 AM.
Details Summary Add support for memset_pattern{4,8} similar to the existing
Diff Detail
Event Timelinefhahn added a parent revision: D114881: [TLI] Add memset_pattern4, memset_pattern8 lib functions..Dec 1 2021, 8:40 AM This revision is now accepted and ready to land.Dec 1 2021, 10:24 AM fhahn added a child revision: D114904: [BuildLibCalls] Add nounwind,willreturn to memset_pattern{4,8,16}..Dec 2 2021, 2:16 AM This revision was landed with ongoing or failed builds.Dec 2 2021, 3:04 AM Closed by commit rG2de5f39e546d: [BuildLibCalls] Add support for memset_pattern{4,8}. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391266 llvm/lib/Transforms/Utils/BuildLibCalls.cpp
llvm/test/Transforms/InferFunctionAttrs/annotate.ll
|