commit | 5adf60c03bcc72dd5462bdc4a5c72c1247a7879d | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 00:28:28 2009 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 00:28:28 2009 +0000 |
tree | 0d6939d2baa8da72f82f37e801497ceaa485d70c | |
parent | 24e04c535f528c27955664a8f4524ae33213e453 [diff] [blame] |
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83518 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/NEONPreAllocPass.cpp b/lib/Target/ARM/NEONPreAllocPass.cpp index 3233f27..773ca7e 100644 --- a/lib/Target/ARM/NEONPreAllocPass.cpp +++ b/lib/Target/ARM/NEONPreAllocPass.cpp
@@ -143,6 +143,7 @@ case ARM::VST3d8: case ARM::VST3d16: case ARM::VST3d32: + case ARM::VST3d64: case ARM::VST3LNd8: case ARM::VST3LNd16: case ARM::VST3LNd32: