Skip to content
  1. Aug 30, 2010
  2. Sep 11, 2009
  3. Sep 08, 2009
  4. May 27, 2009
    • Dan Gohman's avatar
      Teach BasicAliasAnalysis to understand constant gep indices that fall · 776e4c8d
      Dan Gohman authored
      beyond their associated static array type.
      
      I believe that this fixes a legitimate bug, because BasicAliasAnalysis
      already has code to check for this condition that works for non-constant
      indices, however it was missing the case of constant indices. With this
      change, it checks for both.
      
      This fixes PR4267, and miscompiles of SPEC 188.ammp and 464.h264.href.
      
      llvm-svn: 72451
      776e4c8d
Loading