[PATCH] D35439: Make promoteLoopAccessesToScalars independent of AliasSet [NFC]
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 19:59:50 PDT 2017
sanjoy added a comment.
Actually, one good reason for switching to passing in a vector of pointers to `promoteLoopAccessesToScalars` is that we probably (?) want a deterministic order of insertion into `LoopUses` since that will influence what `LoopPromoter` does.
https://reviews.llvm.org/D35439
More information about the llvm-commits
mailing list