[PATCH] D150086: [GlobalISel] Implement commuting shl (add/or x, c1), c2 -> add/or (shl x, c2), c1 << c2
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 15:39:38 PDT 2023
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150086/new/
https://reviews.llvm.org/D150086
More information about the llvm-commits
mailing list