Remove a source of nondeterminism from the LoopVectorizer.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Mar 2013 19:22:40 +0000 (19:22 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Mar 2013 19:22:40 +0000 (19:22 +0000)
commit0d932717d8d22b0e747b15fddea2c718043e4d51
treed7fd354212cdb1419fc040f174c20e10603bf2fe
parent96a198755ec5a45d9047c2757ab4fdf5eb24647a
Remove a source of nondeterminism from the LoopVectorizer.

This made us emit runtime checks in a random order. Hopefully bootstrap
miscompares will go away now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp