[PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 23:30:47 PDT 2018


lebedev.ri added a comment.

Would be good to have additional small test for some other target (e.g. x86), too.


https://reviews.llvm.org/D48223





More information about the llvm-commits mailing list