[PATCH] D87296: [IRSim][IROutliner] Adding support for consolidating functions with different output arguments.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 14:17:32 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe6ae623314ba: [IROutliner] Adding support for consolidating functions with different output… (authored by AndrewLitteken).

Changed prior to commit:
  https://reviews.llvm.org/D87296?vs=293850&id=313902#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87296

Files:
  llvm/include/llvm/Transforms/IPO/IROutliner.h
  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-different-output-blocks.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: D87296.313902.patch
Type: text/x-patch
Size: 62453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201228/42e90141/attachment.bin>


More information about the llvm-commits mailing list