[PATCH] D42032: [LLVM][PASSES][InstCombine] Fix (a + a + ...) / a cases

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 20 07:56:50 PST 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D42032#982890, @AntonBikineev wrote:

> In https://reviews.llvm.org/D42032#981882, @spatel wrote:
>
> > I also prefer to check all of the tests in first to show the current output of trunk. That way if your code commit is reverted for some reason, at least the tests will survive and show what was lost by the revert.
>




>   check all of the tests in 

check<..>in == commit


https://reviews.llvm.org/D42032





More information about the llvm-commits mailing list