[PATCH] D86972: [IRSim] Adding a basic similarity identifier.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:57:39 PDT 2020


AndrewLitteken added inline comments.


================
Comment at: llvm/lib/Analysis/IRSimilarityIdentifier.cpp:491
+
+    PreviousIdx = EndIdx;
+    NumFound++;
----------------
danielkiss wrote:
> Seems not used, could be removed?
Yes, I believe they can be.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86972/new/

https://reviews.llvm.org/D86972



More information about the llvm-commits mailing list