summaryrefslogtreecommitdiff
path: root/test/Bitcode/select.ll
Commit message (Collapse)AuthorAge
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-31
| | | | | | | Patch by Ilia Filippov! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198267 91177308-0d34-0410-b5e6-96231b3b80d8
* Patch provide by Tom Roeder!Joe Abbey2013-09-12
Reviewed by Joe Abbey and Tobias Grosser Here is a patch that fixes decoding of CE_SELECT in BitcodeReader, along with a simple test case. The problem in the current code is that it generates but doesn't accept bitcode that uses vectors for the first element of a select in this context. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190634 91177308-0d34-0410-b5e6-96231b3b80d8