OSDN Git Service

Constrain register classes instead of emitting copies.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 22 Sep 2011 21:39:34 +0000 (21:39 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 22 Sep 2011 21:39:34 +0000 (21:39 +0000)
commit08f5cdf5b33b8202edddb24abee6af2a0b3ae49c
tree7f10f65f263a2d916cb4e5032ebb0048c4b5bb7a
parent91fb536a345dc268e5b73dbddb9bee4cba87b28f
Constrain register classes instead of emitting copies.

Sometimes register class constraints are trivial, like GR32->GR32_NOSP,
or GPR->rGPR.  Teach InstrEmitter to simply constrain the virtual
register instead of emitting a copy in these cases.

Normally, these copies are handled by the coalescer.  This saves some
coalescer work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/InstrEmitter.cpp