[PATCH] D23819: [InstCombine] add assert and explanatory comment for fold removed in r279568; NFC
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 16:09:56 PDT 2016
efriedma added a subscriber: efriedma.
efriedma accepted this revision.
efriedma added a reviewer: efriedma.
efriedma added a comment.
This revision is now accepted and ready to land.
I don't think the parentheses actually matter here; "(x || y) && true" is equivalent to "x || (y && true)".
LGTM.
https://reviews.llvm.org/D23819
More information about the llvm-commits
mailing list