[PATCH] D27413: Simplify gep (gep p, a), (b-a)
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 13:32:30 PST 2016
davide added a comment.
In https://reviews.llvm.org/D27413#625375, @efriedma wrote:
> I'm not really a fan of CHECK-NOT in most cases; tests using it have a tendency to bitrot over time. Better to use CHECK-NEXT to make sure there aren't any unexpected instructions in the optimized function.
Sure, `CHECK-NEXT` is probably better.
https://reviews.llvm.org/D27413
More information about the llvm-commits
mailing list