[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
Tue Nov 6 18:26:36 PST 2018


skatkov added a comment.

LGTM, please wait a bit and if Bjorn does not object, feel free to land.



================
Comment at: lib/CodeGen/CodeGenPrepare.cpp:2755
+    while(CurrentIndex < NodeList.size() && !count(NodeList[CurrentIndex]))
+    ++CurrentIndex;
+  }
----------------
indent?


Repository:
  rL LLVM

https://reviews.llvm.org/D54007





More information about the llvm-commits mailing list