This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b19628e [InstCombine] auto-generate assertions for tighter checking new 57c58d3 Do not consider subreg defs as reads when computing subrange [...] new 3fb8936 Setting fp trapping mode and denormal type: this an improveme [...]
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: lib/CodeGen/LiveIntervalAnalysis.cpp | 9 +- lib/CodeGen/LiveRangeCalc.cpp | 7 +- lib/CodeGen/LiveRangeCalc.h | 1 + lib/CodeGen/SplitKit.cpp | 7 +- lib/Target/ARM/ARMAsmPrinter.cpp | 40 +++++---- test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 62 +++++++++++++ test/CodeGen/AMDGPU/coalescer-subreg-join.mir | 75 ++++++++++++++++ test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 55 ++++++++++++ test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 115 ++++++++++++++++++++++++ 9 files changed, 344 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AMDGPU/coalescer-subrange-crash.ll create mode 100644 test/CodeGen/AMDGPU/coalescer-subreg-join.mir create mode 100644 test/CodeGen/AMDGPU/scheduler-subrange-crash.ll create mode 100644 test/CodeGen/AMDGPU/unigine-liveness-crash.ll