[LLVMdev] Operand constraints

Vladimir Prus ghost at cs.msu.su
Thu Jul 1 03:54:01 PDT 2004


On my target, the multiplication can involve all general purpose registers, 
but there's are still some restrictions: the first and the second operand as 
well as the result must be in different registers, and neither register can 
be gr7. How can I enforce this restriction on the register allocator?

- Volodya




More information about the llvm-dev mailing list