This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d1149d [codeview] Add TypeVisitorCallbackPipeline. new 8cf15c6 AMDGPU: Refactor frame lowering new 6b025a0 AMDGPU: Use copy instead of mov during frame lowering new f97e3d8 AMDGPU: Fix introducing stack access on unaligned v16i8 new bfcd22b [InstCombine] allow icmp (div X, Y), C folds for splat consta [...]
The 4 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/Target/AMDGPU/AMDGPUISelLowering.cpp | 9 +- lib/Target/AMDGPU/SIFrameLowering.cpp | 298 +++++++++++---------- lib/Target/AMDGPU/SIFrameLowering.h | 23 ++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 63 ++--- test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll | 10 +- test/CodeGen/AMDGPU/unaligned-load-store.ll | 49 ++++ .../InstCombine/2007-03-21-SignedRangeTest.ll | 5 +- test/Transforms/InstCombine/div.ll | 15 +- test/Transforms/InstCombine/exact.ll | 47 ++-- test/Transforms/InstCombine/icmp.ll | 4 +- 10 files changed, 300 insertions(+), 223 deletions(-)