This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 089ce6a [Hexagon] Remove unused variants of LO/HI instructions new 72626e1 [ValueTracking] An improvement to IR ValueTracking on Non-neg [...] new be7124c LiveIntervalAnalysis: fix a crash in repairOldRegInRange
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/Analysis/ValueTracking.cpp | 38 ++++++++++- lib/CodeGen/LiveIntervalAnalysis.cpp | 5 ++ test/Analysis/ValueTracking/iv-known-sign.ll | 97 ++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/merge-store-crash.ll | 36 +++++++++++ test/Transforms/BBVectorize/loop1.ll | 2 +- 5 files changed, 176 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/ValueTracking/iv-known-sign.ll create mode 100644 test/CodeGen/AMDGPU/merge-store-crash.ll