Skip to content
  1. Sep 04, 2012
    • Bob Wilson's avatar
      Be conservative about allocations that may alias the accessed pointer. · 01cfbfe9
      Bob Wilson authored
      If an allocation has a must-alias relation to the access pointer, we treat it
      as a Def.  Otherwise, without this check, the code here was just skipping over
      the allocation call and ignoring it.  I noticed this by inspection and don't
      have a specific testcase that it breaks, but it seems like we need to treat
      a may-alias allocation as a Clobber.
      
      llvm-svn: 163127
      01cfbfe9
  2. Sep 03, 2012
  3. Sep 02, 2012
  4. Sep 01, 2012
  5. Aug 31, 2012
Loading