memset_pattern{4,8} behave as memset_pattern16, with the only difference
being the size of the pattern location.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114905
[MemoryLocation] Support memset_pattern{4,8} in getForArgument. ClosedPublic Authored by fhahn on Dec 1 2021, 12:52 PM.
Details Summary memset_pattern{4,8} behave as memset_pattern16, with the only difference
Diff Detail
Event Timelinefhahn retitled this revision from [MemoryLocation] Add support for memset_pattern{4,8}. to [MemoryLocation] support for memset_pattern{4,8} in getForDest..Dec 1 2021, 12:54 PM fhahn retitled this revision from [MemoryLocation] support for memset_pattern{4,8} in getForDest. to [MemoryLocation] Support memset_pattern{4,8} in getForArgument.. This revision is now accepted and ready to land.Dec 8 2021, 10:23 AM This revision was landed with ongoing or failed builds.Dec 8 2021, 11:40 AM Closed by commit rG3c55acc4a620: [MemoryLocation] Support memset_pattern{4,8} in getForArgument. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391118 llvm/lib/Analysis/MemoryLocation.cpp
llvm/test/Analysis/BasicAA/libfuncs-darwin.ll
|