[llvm-commits] [llvm] r55995 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/pr2645.ll
Bill Wendling
isanbard at gmail.com
Tue Sep 9 16:01:16 PDT 2008
Dan,
> + bool NewUndefElts = false;
> + for (unsigned i = 0; i < VWidth; i++) {
> + unsigned MaskVal = Shuffle->getMaskValue(i);
> + if (MaskVal == -1) {
This line is warning about comparison between signed and unsigned.
-bw
More information about the llvm-commits
mailing list