[LLVMdev] i80 data type

Duncan Sands baldrick at free.fr
Mon Jun 7 13:21:00 PDT 2010


Hi Hao Shen,

> OK, thanks a lot. I can understand how i80 works.
> But why i80 appears in my byte-code? How to remove it
> by using some passes?

it may be created by the sroa (scalarrepl) pass which sometimes introduces
such registers when 10 bytes are being loaded from memory.  Why do you want
to remove it?

Ciao,

Duncan.



More information about the llvm-dev mailing list