[PATCH] D117104: [DAGCombine] Refactor DAGCombiner::ReduceLoadWidth. NFCI
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 05:34:37 PST 2022
bjope added a comment.
This is an attempt to refactor the code a bit, making the diff in the D116930 <https://reviews.llvm.org/D116930> child revision smaller.
There is still some code duplication since SRL is handled in two places. I kind of focused on making the introduction of SRA support easier, while still refactoring the second part of SRL handling just to describe that part a bit more. Maybe it too aggressive refactoring?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117104/new/
https://reviews.llvm.org/D117104
More information about the llvm-commits
mailing list