[PATCH] D130445: [DAG] Use recursivelyDeleteUnusedNodes in CommitTargetLoweringOpt.
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 24 18:11:19 PDT 2022
deadalnix created this revision.
deadalnix added reviewers: RKSimon, craig.topper, efriedma, spatel.
Herald added subscribers: kosarev, StephenFan, ecnelises, kerbowa, hiraditya, jvesely.
Herald added a project: All.
deadalnix requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
It simplifies the logic and removes the need for manual bookkeeping.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130445
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AMDGPU/idot4u.ll
llvm/test/CodeGen/AMDGPU/idot8u.ll
llvm/test/CodeGen/AMDGPU/sdiv64.ll
llvm/test/CodeGen/AMDGPU/srem64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130445.447164.patch
Type: text/x-patch
Size: 10469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220725/10a73b6b/attachment.bin>
More information about the llvm-commits
mailing list