[llvm-commits] [llvm] r83959 - in /llvm/trunk: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll

Duncan Sands baldrick at free.fr
Tue Oct 13 00:56:19 PDT 2009


Hi Nick,

> Teach BasicAA a little something about the atomic intrinsics: they can only
> modify through the pointer they're given.

how does that differ from IntrWriteArgMem?  I thought the AA core
already had some logic for this.

Ciao,

Duncan.



More information about the llvm-commits mailing list