[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
Wed Oct 29 00:30:55 CDT 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