[PATCH] D104142: [IROutliner] Ensure instructions at end of candidate are excluded

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 09:41:53 PDT 2021


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

Update splitCandidates to escape early if the region cannot be extracted, and checking the boolean CandidateSplit for the region rather than using IgnoreRegion,


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

https://reviews.llvm.org/D104142

Files:
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/outlining-bitcasts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104142.351899.patch
Type: text/x-patch
Size: 8287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210614/dd986dff/attachment.bin>


More information about the llvm-commits mailing list