[PATCH] D55018: [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR39433)

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 10:06:48 PST 2018


kachkov98 updated this revision to Diff 175893.
kachkov98 added a comment.

Fix comments style
Return assertion back
Verify function consistency before outlining


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

https://reviews.llvm.org/D55018

Files:
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/HotColdSplit/duplicate-phi-preds-crash.ll
  unittests/Transforms/Utils/CodeExtractorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55018.175893.patch
Type: text/x-patch
Size: 12190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/a0ab8ccc/attachment.bin>


More information about the llvm-commits mailing list