[PATCH] D54007: Use a data structure better suited for large sets in SimplificationTracker.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 00:33:37 PST 2018


skatkov added a comment.

Just a note, there is a specific usage of this data structure. 
Phi nodes are inserted in the initial step without any removals and then only removals are used.

So we should not see something like delete-insert.
So while data structure really suffers from what Bjorn wrote but in this specific application of this data structure I do not expect any problems...


Repository:
  rL LLVM

https://reviews.llvm.org/D54007





More information about the llvm-commits mailing list