Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.
authorBob Wilson <bob.wilson@apple.com>
Mon, 13 Dec 2010 21:58:05 +0000 (21:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 13 Dec 2010 21:58:05 +0000 (21:58 +0000)
commit1e6f59608bf5becb3c560dd5c38c7b37c0edcbdb
treed3f9f8ae39b0713e4c8120df2acb47a63f520515
parent3a6756cb1c87908f5d04660b6ed7d464b56f78f6
Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.
Jakob Olesen suggested that we can avoid the need for separate pseudo
instructions here by using COPY_TO_REGCLASS in the patterns.  The pattern
gets pretty ugly but it seems to work well.  Partial fix for Radar 8711675.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121718 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMInstrNEON.td