Add a new pre-allocation pass to assign adjacent registers for Neon instructions
authorBob Wilson <bob.wilson@apple.com>
Wed, 5 Aug 2009 23:12:45 +0000 (23:12 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 5 Aug 2009 23:12:45 +0000 (23:12 +0000)
commit70cd88fb7b5b77f8bbca7417e624d11b6e22a7e7
treec5462e7ae2cd09728cca542e36b68e82686cff56
parentb5e01724057e6eabc45da75df3037af4ad29248c
Add a new pre-allocation pass to assign adjacent registers for Neon instructions
that have that constraint.  This is currently just assigning a fixed set of
registers, and it only handles VLDn for n=2,3,4 with DPR registers.
I'm going to expand it to handle more operations next; we can make it smarter
once everything is working correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/NEONPreAllocPass.cpp [new file with mode: 0644]