Fold vector selects with undef elements in the condition. Fixes PR18319.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 31 Dec 2013 19:30:47 +0000 (19:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 31 Dec 2013 19:30:47 +0000 (19:30 +0000)
commit2d4ba2ebbafe401fa406e80b09546655fb7eab3e
treef7fd361060b891271e22a72849a09b83c80477ce
parent0518453e2e35a7687da07b7ebb4aa5a402183811
Fold vector selects with undef elements in the condition. Fixes PR18319.
Patch by Ilia Filippov!

llvm-svn: 198267
llvm/lib/IR/ConstantFold.cpp
llvm/test/Assembler/ConstantExprFoldSelect.ll [new file with mode: 0644]
llvm/test/Bitcode/select.ll