This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 674bd2c Remove spurious non-printable character from source file. new 2d50d3f [AMDGPU] Promote uniform (i1, i16] operations to i32 new 8b2bb5d [ValueTracking] Fix crash in GetPointerBaseWithConstantOffset()
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 | 19 +- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 198 ++-- .../get-pointer-base-with-const-off.ll | 26 + .../AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 1038 ++++++++++++++++++++ test/CodeGen/AMDGPU/ctlz.ll | 20 +- test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 11 +- test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 14 +- test/CodeGen/AMDGPU/mul_uint24-amdgcn.ll | 13 +- test/CodeGen/AMDGPU/trunc-cmp-constant.ll | 11 +- test/Transforms/GVN/addrspace-cast.ll | 21 - 10 files changed, 1223 insertions(+), 148 deletions(-) create mode 100644 test/Analysis/ValueTracking/get-pointer-base-with-const-off.ll delete mode 100644 test/Transforms/GVN/addrspace-cast.ll