commit | 87862e77bbf90cf1b68c9eea1f3641ad81435e38 | [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 | daf3f31f6a1a8732160f7fd891a085a53a783f6f | |
parent | c8f9e4fdc584c6bf48dc0f42083d05b707024b20 [diff] [blame] |
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91158 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp index 2dc7a54..2625245 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp +++ b/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: