commit | 94b5d43b15023b4757c1b08838104c6a14438e45 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 05:18:18 2009 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Oct 08 05:18:18 2009 +0000 |
tree | 089f9c09506d078aae858a15160a0e0a8d3ed300 | |
parent | 18c78e698719eea38d06de611575087e084e1dfc [diff] [blame] |
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83526 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/NEONPreAllocPass.cpp b/lib/Target/ARM/NEONPreAllocPass.cpp index 773ca7e..19ff0b3 100644 --- a/lib/Target/ARM/NEONPreAllocPass.cpp +++ b/lib/Target/ARM/NEONPreAllocPass.cpp
@@ -172,6 +172,7 @@ case ARM::VST4d8: case ARM::VST4d16: case ARM::VST4d32: + case ARM::VST4d64: case ARM::VST4LNd8: case ARM::VST4LNd16: case ARM::VST4LNd32: