[PATCH] D58633: [InstCombine] remove one-use restriction for icmp+add constant fold

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 04:15:01 PST 2019


dmgreen added a comment.

Oh, and I presume most loop transforms will use SCEV's, which won't have changed? So we don't need to update the tests for them all, to make sure they are still doing what they should?


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

https://reviews.llvm.org/D58633





More information about the llvm-commits mailing list