[A57FPLoadBalancing] Remove support for vector types
authorJames Molloy <james.molloy@arm.com>
Fri, 12 Sep 2014 16:55:32 +0000 (16:55 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 12 Sep 2014 16:55:32 +0000 (16:55 +0000)
commitca332457ba6d0c36bc65e8344cc60200cf05bd85
tree9abf5aad457b9a793944993b77f48b81e14cd3bc
parentb4fbcbc288f89b839581eefa00289e249f167bd1
[A57FPLoadBalancing] Remove support for vector types

Vector MUL/MLAs have tied operands, which gives us extra constraints
that we currently can't handle. Instead of silently doing the wrong
thing, remove support to be readded later properly.

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