[LLVMdev] Register Allocation
Christian Scheuer
cscheuer at hsu-hh.de
Thu Aug 13 07:28:59 PDT 2009
Hi,
I'm currently working on a register allocation problem. Therefore, I
want to reduce the number of available registers of the ARM by a large
amount to see the impact on the assembly code. I tried to change the
number via the ARMRegisterInfo.td by stripping the registerClasses (like
it is described in the Code generator docs), but the resulting code is
unchanged.
Is there an easy alternative using the registerscavening.cpp directly or
did I miss out something?
More information about the llvm-dev
mailing list