commit | 43147afd71f6da4e7369a4ab9c681e5b4e0cf8c7 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Sat Nov 17 01:52:46 2012 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Sat Nov 17 01:52:46 2012 +0000 |
tree | 3ea1f611a8ddf157d94266187caaba4eb6463f49 | |
parent | 0a63b6ac79a9234982ce5d0bdc9aabd0c5e01245 [diff] [blame] |
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete Couperus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168240 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp index 3250133..d63862d 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
@@ -222,6 +222,7 @@ case ISD::FNEARBYINT: case ISD::FFLOOR: case ISD::FP_ROUND: + case ISD::FP_EXTEND: case ISD::FMA: case ISD::SIGN_EXTEND_INREG: QueryType = Node->getValueType(0);