[LLVMdev] generic instruction
shreyas krishnan
shreyas76 at gmail.com
Mon Oct 19 14:23:23 PDT 2009
Hi
I need a pseudo instruction that can carry a variable number -
still a small number b/w 2-6 - of immediate values. I have two
different uses for such an instruction
1. I one scenario, they translate to immediate moves after register allocation
2. In a different one, they carry information about other
non-immediate operands.
Short of declaring different formats in the td for each case, is there
a generic way to carry such information, say an index perhaps ?
thanks for any pointers
shrey
More information about the llvm-dev
mailing list