[PATCH] D125836: [DAG] Fold (srl (shl x, c1), c2) -> and(shl/srl(x, c3), m)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 19 02:50:17 PDT 2022


dmgreen added a comment.

The AArch64 change sounds OK to me.


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