commit | 1d459e49370bd922c5dd40ea1129c0f5ac7a6706 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Dec 11 21:31:27 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Dec 11 21:31:27 2009 +0000 |
tree | 6c9fea486a431fac51e15178f07fdda23f6386cd | |
parent | 8811885366340e70eacbab949703baa16346b4f7 [diff] [blame] |
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. llvm-svn: 91158
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp index 2dc7a54..2625245 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
@@ -179,6 +179,7 @@ case ISD::FRINT: case ISD::FNEARBYINT: case ISD::FFLOOR: + case ISD::SIGN_EXTEND_INREG: QueryType = Node->getValueType(0); break; case ISD::SINT_TO_FP: