[PATCH] D86971: [IRSim] Adding structural comparison to IRSimilarityCandidate.
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 09:34:58 PDT 2020
jroelofs added inline comments.
================
Comment at: llvm/lib/Analysis/IRSimilarityIdentifier.cpp:362
+
+ Instruction *I = (*It).Inst;
+ Instruction *OI = (*OIt).Inst;
----------------
does this `iterator` have an `operator->()`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86971/new/
https://reviews.llvm.org/D86971
More information about the llvm-commits
mailing list