Fixed vector widening of binary instructions that can trap. Patch by Visa Putkinen!
authorMon P Wang <wangmp@apple.com>
Tue, 15 Jun 2010 20:29:05 +0000 (20:29 +0000)
committerMon P Wang <wangmp@apple.com>
Tue, 15 Jun 2010 20:29:05 +0000 (20:29 +0000)
commit9c4a84b4f38790a74d2e4c95870e27e71a79e326
tree9401a90a1991c78cd3c57243e71da19864189c27
parent71907fbebf5a812b9a117574b196d8ff9561ac75
Fixed vector widening of binary instructions that can trap. Patch by Visa Putkinen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106038 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
test/CodeGen/Generic/v-binop-widen.ll [new file with mode: 0644]
test/CodeGen/Generic/v-binop-widen2.ll [new file with mode: 0644]