[PATCH] D64285: [InstSimplify] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr (X, Y))

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 08:39:54 PDT 2019


craig.topper added a comment.

Are we really allowed to change the exact flag from InstSimplify?


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

https://reviews.llvm.org/D64285





More information about the llvm-commits mailing list