[LLVMdev] Memory dependence analysis

Duncan Sands baldrick at free.fr
Fri Jun 24 08:17:22 PDT 2011


You may want to look at LICM, which in order to pull a call out of a loop has
to prove that the call is independent of loop variables and other calls in the
loop etc.

Ciao, Duncan.



More information about the llvm-dev mailing list