OSDN Git Service

[FastISel][AArch64] Move over to target-dependent instruction selection only.
authorJuergen Ributzka <juergen@apple.com>
Tue, 2 Sep 2014 21:32:54 +0000 (21:32 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 2 Sep 2014 21:32:54 +0000 (21:32 +0000)
commita2e22cd4cdd8f3c3ff5c888c82d98b3836e97a3a
tree7f60aa0070d830e2f0c8e11a16d02da172999e85
parent37753c5f9dad75b945e2c7a8500bd463a577be3a
[FastISel][AArch64] Move over to target-dependent instruction selection only.

This change moves FastISel for AArch64 to target-dependent instruction selection
only. This change replicates the existing target-independent behavior, therefore
there are no changes to the unit tests or new tests.

Future changes will take advantage of this change and update functionality
and unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp