Commits
Arnold Schwaighofer committed f6b06829888
Array bounds check optimization pass Implements redundant bounds check elimination for basic blocks and along the dominator tree of loops. No induction variable based hoisting yet. O3: NBody , 473.00 , 122.00 , 294.2% QuickSort , 477.00 , 310.00 , 53.9% RC4 , 1022.00 , 736.00 , 38.6% Walsh , 1781.00 , 1142.00 , 55.5% No effect on Ofast. Disabled for now. Swift SVN r20199