[PATCH] D23396: [Assumptions] Make collecting ephemeral values not quadratic in the number of assume intrinsics.

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 20:18:49 PDT 2016


dberris added a subscriber: dberris.
dberris added a comment.

How hard would it be to amortize the removal from the queue grows to a certain size? I ask because at some point the cost of copying around chunks of memory when a vector grows might outweigh the cost of just regularly trimming the queue if there are visited/stale entries at the beginning to the "current head" iterator.


https://reviews.llvm.org/D23396





More information about the llvm-commits mailing list