[PATCH] D146928: [NaryReassociate] Transform expression (X << C1) + C2 to (X + C3) << C1,
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 03:12:44 PDT 2023
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
As the first step, please add a phase ordering test demonstrating the issue. Shouldn't EarlyCSE remove these already?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146928/new/
https://reviews.llvm.org/D146928
More information about the llvm-commits
mailing list