diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-03-29 22:54:32 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-03-29 22:54:32 +0000 |
commit | ccca22e9e2e03bdd782b1d4bf880ebf79e7b7e77 (patch) | |
tree | c7f2ade13f13dff287c6de4ce048c04aac92608f /test/ExecutionEngine/MCJIT/hello.ll | |
parent | 803d1340070ecc330376076326c72276ca58b0bf (diff) | |
download | external_llvm-ccca22e9e2e03bdd782b1d4bf880ebf79e7b7e77.zip external_llvm-ccca22e9e2e03bdd782b1d4bf880ebf79e7b7e77.tar.gz external_llvm-ccca22e9e2e03bdd782b1d4bf880ebf79e7b7e77.tar.bz2 |
Prefer even-odd D-register pairs.
We are sometimes allocatinog from the DPair register class which
contains odd-even pairs in addition to the Q registers.
Place the Q registers first in the DPair allocation order as they can be
copied with a single instruction. The odd-even pairs should only be
allocated as a last resort.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/hello.ll')
0 files changed, 0 insertions, 0 deletions