It simplifies the code overall and removes the need for manual bookkeeping.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130444
[DAG] Use recursivelyDeleteUnusedNodes in ReplaceLoadWithPromotedLoad ClosedPublic Authored by deadalnix on Jul 24 2022, 6:01 PM.
Details Summary It simplifies the code overall and removes the need for manual bookkeeping.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 28 2022, 2:37 AM This revision was landed with ongoing or failed builds.Jul 28 2022, 5:32 AM Closed by commit rG7920805b27fd: [DAG] Use recursivelyDeleteUnusedNodes in ReplaceLoadWithPromotedLoad (authored by Amaury Séchet <deadalnix@gmail.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 448312 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|