[PATCH] D86977: [IRSim][IROutliner] Limit to extracting regions that only require inputs

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 19 11:34:20 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc52bcf3a9b2d: [IRSim][IROutliner] Limit to extracting regions that only require (authored by AndrewLitteken).

Changed prior to commit:
  https://reviews.llvm.org/D86977?vs=293847&id=312943#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86977

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-constants-vs-registers.ll
  llvm/test/Transforms/IROutliner/outlining-different-constants.ll
  llvm/test/Transforms/IROutliner/outlining-different-globals.ll
  llvm/test/Transforms/IROutliner/outlining-different-structure.ll
  llvm/test/Transforms/IROutliner/outlining-same-constants.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86977.312943.patch
Type: text/x-patch
Size: 39430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201219/8740cd7d/attachment-0001.bin>


More information about the llvm-commits mailing list