memset_pattern{4,8,16} writes to the first argument. Use getForDest
to return the corresponding MemoryLocation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114906
[MemoryLocation] Handle memset_pattern{4,8,16} in getForDest. ClosedPublic Authored by fhahn on Dec 1 2021, 12:53 PM.
Details Summary memset_pattern{4,8,16} writes to the first argument. Use getForDest
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2021, 12:37 PM This revision was landed with ongoing or failed builds.Dec 14 2021, 6:42 AM Closed by commit rGac60263ad173: [MemoryLocation] Handle memset_pattern{4,8,16} in getForDest. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes. fhahn added a reverting change: rGddfac0759c3c: Revert "[MemoryLocation] Handle memset_pattern{4,8,16} in getForDest.".Dec 14 2021, 6:49 AM
Revision Contents
Diff 394236 llvm/lib/Analysis/MemoryLocation.cpp
llvm/test/Transforms/DeadStoreElimination/libcalls-darwin.ll
|