commit | 9d501bd6024424a0d85836f2e61a5fcd3f717d23 | [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 | c6095894e7cd3c7144575ba6e2596bb5a3d3adc0 [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: