[PATCH] D87298: [IRSim][IROutliner] Merging output blocks for extracted functions with outputs

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 10:54:00 PDT 2020


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

Updating comments for why we are using std::set instead of DenseSets.


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

https://reviews.llvm.org/D87298

Files:
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/extraction.ll
  llvm/test/Transforms/IROutliner/illegal-assumes.ll
  llvm/test/Transforms/IROutliner/illegal-memcpy.ll
  llvm/test/Transforms/IROutliner/illegal-memmove.ll
  llvm/test/Transforms/IROutliner/illegal-vaarg.ll
  llvm/test/Transforms/IROutliner/outlining-remapped-outputs.ll
  llvm/test/Transforms/IROutliner/outlining-same-output-blocks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87298.291612.patch
Type: text/x-patch
Size: 26788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/ca2252bd/attachment.bin>


More information about the llvm-commits mailing list