| commit | dd6eb5b5a140ec4ce5a15a126e8a9eaf59e8b977 | [log] [tgz] |
|---|---|---|
| author | Bob Wilson <bob.wilson@apple.com> | Tue Oct 12 16:22:47 2010 +0000 |
| committer | Bob Wilson <bob.wilson@apple.com> | Tue Oct 12 16:22:47 2010 +0000 |
| tree | d68e41f4eb7f7ee49045bb2a559b3752961fd888 | |
| parent | ae19e46ca5d33592ccf000deab6b556c537b1c80 [diff] |
PR8359: The ARM backend may end up allocating registers D16 to D31 when "-mattr=+vfp3" is specified. However, this will not work for hardware that only supports 16 registers. Add a new flag to support -"mattr=+vfp3,+d16". Patch by Jan Voung! llvm-svn: 116310