[PATCH] D159198: [DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 14:05:45 PDT 2023


RKSimon added a comment.

Already pushed at rGf33c64dd5629d71ecdf31e6dcd6afc9dbf92c562 <https://reviews.llvm.org/rGf33c64dd5629d71ecdf31e6dcd6afc9dbf92c562>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159198/new/

https://reviews.llvm.org/D159198



More information about the llvm-commits mailing list