Skip to content
  • Dan Gohman's avatar
    Make LSR's OptimizeShadowIV ignore induction variables with negative · d632f895
    Dan Gohman authored
    strides for now, because it doesn't handle them correctly. This fixes a
    miscompile of SingleSource/Benchmarks/Misc-C++/ray.
    
    This problem was usually hidden because indvars transforms such induction
    variables into negations of canonical induction variables.
    
    llvm-svn: 85118
    d632f895
Loading