commit | bedf4a9691c78dd629eda34f406d74f3decf67cf | [log] [tgz] |
---|---|---|
author | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Sep 27 18:01:38 2016 +0000 |
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Sep 27 18:01:38 2016 +0000 |
tree | 07e81a3b509680a72fd9c2a7ae611ecfd19fb40c | |
parent | 2182c896fb72df0389f5fa020cf9a725cbf0f9d6 [diff] |
[SCEV] Make PendingLoopPredicates more frugal; NFCI I don't expect `PendingLoopPredicates` to have very many elements (e.g. when -O3'ing the sqlite3 amalgamation, `PendingLoopPredicates` has at most 3 elements). So now we use a `SmallPtrSet` for it instead of the more heavyweight `DenseSet`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282511 91177308-0d34-0410-b5e6-96231b3b80d8