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

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:43:58 PDT 2020


danielkiss added inline comments.


================
Comment at: llvm/lib/Analysis/IRSimilarityIdentifier.cpp:491
+
+    PreviousIdx = EndIdx;
+    NumFound++;
----------------
Seems not used, could be removed?


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