[llvm-commits] [llvm] r58351 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/logical-select.ll

Duncan Sands duncan.sands at math.u-psud.fr
Tue Oct 28 22:30:55 PDT 2008


Hi Dan,

> +    // (A & sext(C0)) | (B & ~sext(C0) ->  C0 ? A : B

missing closing parenthesis after ~sext(C0).  Also, why
use C0 and not C?

Ciao,

Duncan.



More information about the llvm-commits mailing list