[llvm-commits] [llvm] r84159 - /llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
Duncan Sands
baldrick at free.fr
Thu Oct 15 01:30:16 PDT 2009
Hi Nick,
> Take advantage of TargetData when available; we know that the atomic intrinsics
> only dereference the element they point to directly with no pointer arithmetic.
if there's no target data available, I guess there's no point in using
~0U for the size because the generic code already handles this case
since the intrinsics are marked IntrWriteArgMem?
Ciao,
Duncan.
More information about the llvm-commits
mailing list