[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:31:22 PDT 2016


dberris accepted this revision.
dberris added a reviewer: dberris.
dberris added a comment.
This revision is now accepted and ready to land.

> If you have a concrete suggestion though, I'm happy to look at it. We have lots of worklists like this in LLVM.


Not at this moment -- but I do think it's worthwhile to have an ADT to implement worklists and algorithms around it, if only to make it easier to reason about the code utilising them (and be able to consolidate the efficiency work to a smaller set of places).


https://reviews.llvm.org/D23396





More information about the llvm-commits mailing list