[PATCH] D86969: [IRSim] Adding ilist for IRInstructionData

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 13:12:20 PDT 2020


AndrewLitteken created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
AndrewLitteken requested review of this revision.

The IRInstructionData structs are a different representation of the program.  This list treats the program as if it was "flattened" and the only parent is this list.  This lets us easily create ranges of instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86969

Files:
  llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
  llvm/lib/Analysis/IRSimilarityIdentifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86969.289262.patch
Type: text/x-patch
Size: 5319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/75da80e3/attachment.bin>


More information about the llvm-commits mailing list