[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
Sat Dec 1 09:17:33 PST 2018


kachkov98 updated this revision to Diff 176258.
kachkov98 marked 5 inline comments as not done.
kachkov98 added a comment.

Fix issue when terminator instruction in predecessor is switch
Add unit test for PHIs with one incoming value from region


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.176258.patch
Type: text/x-patch
Size: 14788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181201/dc4e7ff1/attachment.bin>


More information about the llvm-commits mailing list