commit | deb3141cf522cdd9f9330c8100280031ba5e0d9d | [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 | 6d80d2b6e0e850695bc4c1f6747c18fb697cdf18 [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: