[LLVMdev] Register allocation limitations
Stavropoulos Nikos
n.stavropoulos at think-silicon.com
Thu Nov 7 06:55:11 PST 2013
Hi all.
if there is limitation for the registers to be used together in an
instruction, should i try to change it in the register allocation pass
or should i try it somewhere else??
example.
lets say we have to add 2 registers
addu rx ,ry ,rz
there is a limitation that says that the two regs that will be added they
can not have the same mod4
so we can add r1 , r2 but cannot add r1,r5.
thanks
Stavropoulos Nikos
--
View this message in context: http://llvm.1065342.n5.nabble.com/Register-allocation-limitations-tp62967.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list