commit | 24e04c535f528c27955664a8f4524ae33213e453 | [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 | d059ed20412bd6d8bdcea0b366258a201fd7d566 | |
parent | 4306963170dfc17d580421220674aa3c030f525a [diff] [blame] |
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83513 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/NEONPreAllocPass.cpp b/lib/Target/ARM/NEONPreAllocPass.cpp index 5de2810..3233f27 100644 --- a/lib/Target/ARM/NEONPreAllocPass.cpp +++ b/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: