[llvm-commits] [llvm] r75531 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/zext-bool-add-sub.ll

Eli Friedman eli.friedman at gmail.com
Mon Jul 13 15:50:07 PDT 2009


On Mon, Jul 13, 2009 at 3:35 PM, Chris Lattner<clattner at apple.com> wrote:
> I think "select c, -1, 0" -> "sext c" and  "select c, 0, -1" -> "sext !
> c" would make sense, what do you think?

We intentionally do the opposite at the moment.

-Eli




More information about the llvm-commits mailing list