[llvm-commits] [llvm] r81164 - /llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
Duncan Sands
baldrick at free.fr
Tue Sep 8 04:19:19 PDT 2009
Hi Dan,
> Don't commit addresses of aggregate values. This avoids problems with
> an aggregate store overlapping a different aggregate store, despite
> the stores having distinct addresses.
the same thing can happen for non-aggregates, for example storing an
i32 and storing an i8 into the middle of it...
Ciao,
Duncan.
More information about the llvm-commits
mailing list