[PATCH] D29966: [SelectionDAG] Try to recompute LiveOutInfo of PHI

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 09:08:14 PDT 2017


junbuml updated this revision to Diff 93379.
junbuml added a comment.

Sorry, I dropped the test case by mistake in my previous update; added it now. 
Yes, the worst-case recursion depth is the number of blocks if every block has back edges, and a value used in the last block is passed through PHIs in every block.


https://reviews.llvm.org/D29966

Files:
  include/llvm/CodeGen/FunctionLoweringInfo.h
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  test/CodeGen/AArch64/selectdag-assertzext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29966.93379.patch
Type: text/x-patch
Size: 6507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/c216a0a7/attachment.bin>


More information about the llvm-commits mailing list