[PATCH] D106989: [IRSim] Finding Branch Similarity

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 15:42:27 PDT 2021


AndrewLitteken updated this revision to Diff 369565.
AndrewLitteken added a comment.

Updating based on comments.


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

https://reviews.llvm.org/D106989

Files:
  llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
  llvm/lib/Analysis/IRSimilarityIdentifier.cpp
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/illegal-branches.ll
  llvm/test/Transforms/IROutliner/illegal-catchpad.ll
  llvm/test/Transforms/IROutliner/illegal-cleanup.ll
  llvm/test/Transforms/IROutliner/illegal-landingpad.ll
  llvm/test/Transforms/IROutliner/region-end-of-module.ll
  llvm/unittests/Analysis/IRSimilarityIdentifierTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106989.369565.patch
Type: text/x-patch
Size: 44322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210830/9d35b076/attachment.bin>


More information about the llvm-commits mailing list