This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2d90857daf [TargetLowering] isVectorClearMaskLegal - use ArrayRef<int> [...] new 2c45bcb3993 Account for undef values from predecessors in extendSegmentsToUses new 7b36ec6b5e1 Fix LLVM_ENABLE_THREADS=0 builds after r335440.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/LiveIntervals.h | 4 + lib/CodeGen/LiveIntervals.cpp | 58 +++-- lib/CodeGen/LiveRangeCalc.cpp | 21 ++ lib/CodeGen/LiveRangeCalc.h | 9 + test/CodeGen/AMDGPU/subreg-split-live-in-error.mir | 273 +++++++++++++++++++++ unittests/Support/TaskQueueTest.cpp | 3 +- 6 files changed, 351 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AMDGPU/subreg-split-live-in-error.mir