Implement calloc handling in a way that expects it to be LiveOnEntry rather than clobbering.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117543
[DSE] Handle inaccessiblememonly calloc ClosedPublic Authored by nikic on Jan 18 2022, 12:05 AM.
Details
Summary Implement calloc handling in a way that expects it to be LiveOnEntry rather than clobbering.
Diff Detail
Event TimelineThis revision was landed with ongoing or failed builds. Closed by commit rG26f81984e797: [DSE] Handle inaccessiblememonly calloc (authored by nikic). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 401166 llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/test/Transforms/DeadStoreElimination/calloc-store.ll
llvm/test/Transforms/DeadStoreElimination/noop-stores.ll
llvm/test/Transforms/DeadStoreElimination/operand-bundles.ll
|