[PATCH] D69257: Outline non returning functions unless a longjmp

Ruijie Fang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 22:39:47 PDT 2020


rjf updated this revision to Diff 282131.
rjf added a comment.

Update to include testcase with profile information, and check for "longjmp" suffix when detecting blocks containing a longjmp (since the intrinsic name is now "eh_sjlj_longjmp").


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69257

Files:
  llvm/lib/Transforms/IPO/HotColdSplitting.cpp
  llvm/test/Transforms/HotColdSplit/outline-unless-longjmp.ll
  llvm/test/Transforms/HotColdSplit/sjlj-nosplit.ll
  llvm/test/Transforms/HotColdSplit/sjlj-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69257.282131.patch
Type: text/x-patch
Size: 11872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200731/a7ac7252/attachment.bin>


More information about the llvm-commits mailing list