Skip to content
  • Chris Lattner's avatar
    add integer overflow check for the fp induction variable · 40060d33
    Chris Lattner authored
    checker.  Amusingly, we already had tests that we should
    have rejects because they would be miscompiled in the
    testsuite.
    
    The remaining issue with this is that we don't check that
    the branch causes us to exit the loop if it fails, so we
    don't actually know if we remain in bounds.
    
    llvm-svn: 100284
    40060d33
Loading