aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-11-20 13:19:51 +0000
committerDuncan Sands <baldrick@free.fr>2009-11-20 13:19:51 +0000
commit9e26aac773ef56ce4087cad17c071be16b5f2a13 (patch)
tree680e3e0ba6b151fd68a85122e5bacbea722047ba /llvm/lib/Support/CommandLine.cpp
parentdf5280df051489c7a7a9b463fa81c712000bba7a (diff)
downloadllvm-9e26aac773ef56ce4087cad17c071be16b5f2a13.zip
llvm-9e26aac773ef56ce4087cad17c071be16b5f2a13.tar.gz
llvm-9e26aac773ef56ce4087cad17c071be16b5f2a13.tar.bz2
Fix PR5563, an expensive checks failure when running on
tests/Transforms/InstCombine/shufflemask-undef.ll. If anyone cares, the use of 2*e here (and the equivalent all over the place in instcombine) seems wrong, though harmless: it should really be twice the length of the input vector. I think shufflevector used to require that the mask have the same length as the input, but I don't think that's true any more. I don't care enough about vectors to do anything about this... llvm-svn: 89456
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions