[llvm-commits] [PATCH] Address Space Alias Analysis

Duncan Sands baldrick at free.fr
Thu Oct 13 00:24:29 PDT 2011


Hi Justin,

> Any opinions from the core developers?  It would be possible to add this pass to
> the default alias analysis passes for some target triples.

I guess either Chris can pronounce from on high whether it is OK to say that
pointers in different address spaces cannot alias each other, or you can contact
the main developers for each LLVM target and ask them what the situation is for
their target.  If pointers in different address spaces don't alias for any of
the currently supported LLVM targets then I think you can just add the logic to
basic alias analysis.

Ciao, Duncan.



More information about the llvm-commits mailing list