[PATCH] D20206: GlobalsAA: Don't assume that intrinsics can't access global variables

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 09:00:44 PDT 2016


jmolloy added a subscriber: jmolloy.
jmolloy added a comment.

I'm not sure about this. Does the barrier intrinsic actually access memory? Is that how we've modelled it? (as clobbering everything?)

This seems like a more general problem then something unique to GlobalsAA.


http://reviews.llvm.org/D20206





More information about the llvm-commits mailing list