[LLVMdev] LLVM Metadata from Pass to Backend optimization

Konstantinos Parasyris koparasy at uth.gr
Sun Jul 20 04:49:30 PDT 2014


Hello,

I am new in the LLVM infrastructure and I want to write a pass which 
creates extra information for each instruction. This information is 
going to be used by a back-end optimization. I am thinking
of using the Metadata structure to pass the data from the Analysis Pass 
to the Back end. Is this the correct methodology? Or should I use 
another mechanism?

Konstantinos Parasyris.



More information about the llvm-dev mailing list