[PATCH] D125836: [DAG] Fold (srl (shl x, c1), c2) -> and(shl/srl(x, c3), m)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 19 04:41:39 PDT 2022
RKSimon added a comment.
Thank @dmgreen - does anyone have more comments?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125836/new/
https://reviews.llvm.org/D125836
More information about the llvm-commits
mailing list