[PATCH] D139338: [IRSim] Check largest sections first when analyzing similarity
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 10:43:01 PST 2022
AndrewLitteken added inline comments.
================
Comment at: llvm/lib/Analysis/IRSimilarityIdentifier.cpp:1177
+ SourceCand.getGVN(OLargeSourceV.value());
+ if (!OSourceGVN.has_value()) {
+ TargetCandLarge.frontInstruction()->getParent()->getParent()->getParent()->dump();
----------------
Oops, I missed these. I'll be sure to remove this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139338/new/
https://reviews.llvm.org/D139338
More information about the llvm-commits
mailing list