[PATCH] D42032: [LLVM][PASSES][InstCombine] Fix (a + a + ...) / a cases
Anton Bikineev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 20 07:53:32 PST 2018
AntonBikineev added a comment.
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.
I've checked all the test on my machine. The only one that failed was CodeGen/Generic/dwarf-md5.ll:
error: expected string not found in input
; OBJ-5: Dir MD5 Checksum File Name
but it doesn't seem to relate to the change.
https://reviews.llvm.org/D42032
More information about the llvm-commits
mailing list