[LLVMdev] alias analysis during code generation

Pekka Jääskeläinen pekka.jaaskelainen at tut.fi
Wed Jan 16 07:42:34 PST 2008


Hello,

Is it somehow possible to use alias analyser data during code
generation, after instruction selection? I would need to run
the AA using MachineOperands, not Values. Is this in any way
in LLVM possible at the moment?

We have a post-pass instruction scheduler which would benefit
from AA results, but the AA interface uses Values.


-- 
Pekka



More information about the llvm-dev mailing list