"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f3c2902ead028a1afbf460387c3e5cdcfca6ab92"
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. llvm-svn: 140340
Loading
Please register or sign in to comment