commit | d4f5670096a47f24e90b38fc4173aed85a542050 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 00:21:01 2009 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 00:21:01 2009 +0000 |
tree | 62a5c043e45f539a68d07e516c8681a907402c3c | |
parent | f43472bd84f68effa79565b5223360e234497132 [diff] [blame] |
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors. llvm-svn: 83513
diff --git a/llvm/lib/Target/ARM/NEONPreAllocPass.cpp b/llvm/lib/Target/ARM/NEONPreAllocPass.cpp index 5de2810..3233f27 100644 --- a/llvm/lib/Target/ARM/NEONPreAllocPass.cpp +++ b/llvm/lib/Target/ARM/NEONPreAllocPass.cpp
@@ -125,6 +125,7 @@ case ARM::VST2d8: case ARM::VST2d16: case ARM::VST2d32: + case ARM::VST2d64: case ARM::VST2LNd8: case ARM::VST2LNd16: case ARM::VST2LNd32: