[PATCH] D48555: Account for undef values from predecessors in extendSegmentsToUses

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 12:03:34 PDT 2018


kparzysz created this revision.
kparzysz added reviewers: MatzeB, tpr, dstuttard.
Herald added a subscriber: nhaehnle.

It is legal for a PHI node not to have a live value in a predecessor as long as the end of the predecessor is jointly dominated by an undef value.


Repository:
  rL LLVM

https://reviews.llvm.org/D48555

Files:
  include/llvm/CodeGen/LiveIntervals.h
  lib/CodeGen/LiveIntervals.cpp
  lib/CodeGen/LiveRangeCalc.cpp
  lib/CodeGen/LiveRangeCalc.h
  test/CodeGen/AMDGPU/subreg-split-live-in-error.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48555.152743.patch
Type: text/x-patch
Size: 18296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/bd801b00/attachment.bin>


More information about the llvm-commits mailing list