[PATCH] D28337: [InstCombine] if the condition of a select is known, eliminate the select

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 11:48:58 PST 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

I think we need a more comprehensive approach to analyzing value ranges/known bits/etc., but this is fine for now, I think.


https://reviews.llvm.org/D28337





More information about the llvm-commits mailing list