diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-03-06 22:01:44 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-03-06 22:01:44 +0000 |
commit | c0fc450f0754508871bc70f21e528bf2f1520da1 (patch) | |
tree | e16639ca131b2753b82ee4cbf3a631d9c3903dea /utils/TableGen/EDEmitter.cpp | |
parent | 40530ad3a8384e597b7a80d04c2ab80ac0232e0c (diff) | |
download | external_llvm-c0fc450f0754508871bc70f21e528bf2f1520da1.zip external_llvm-c0fc450f0754508871bc70f21e528bf2f1520da1.tar.gz external_llvm-c0fc450f0754508871bc70f21e528bf2f1520da1.tar.bz2 |
ARM refactor more NEON VLD/VST instructions to use composite physregs
Register pair VLD1/VLD2 all-lanes instructions. Kill off more of the
pseudos as a result.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/EDEmitter.cpp')
-rw-r--r-- | utils/TableGen/EDEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index 70d07bc..b2912d0 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp @@ -579,7 +579,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type, REG("VecListThreeD"); REG("VecListFourD"); REG("VecListOneDAllLanes"); - REG("VecListTwoDAllLanes"); + REG("VecListDPairAllLanes"); REG("VecListTwoQAllLanes"); IMM("i32imm"); |