LoopVectorize: Use SetVector for the access set
authorArnold Schwaighofer <aschwaighofer@apple.com>
Mon, 24 Jun 2013 12:09:12 +0000 (12:09 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Mon, 24 Jun 2013 12:09:12 +0000 (12:09 +0000)
commit7e96b4dfce63f967f150c617f0a69ded9f1f7416
tree144b459e68478ae69b7946015a99501bb204b9fe
parente5a30f0ca22cc1ba97478e9fadcdef02d341004e
LoopVectorize: Use SetVector for the access set

We are creating the runtime checks using this set so we need a deterministic
iteration order.

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