This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dcfa1b5 [msan] Fix __msan_maybe_ for non-standard type sizes. new d4452f8 AMDGPU: Expand unaligned accesses early
The 1 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 | 67 +++-- lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +- test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 16 +- test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll | 22 ++ test/CodeGen/AMDGPU/sext-in-reg.ll | 2 +- test/CodeGen/AMDGPU/unaligned-load-store.ll | 374 +++++++++++------------- 6 files changed, 254 insertions(+), 229 deletions(-) create mode 100644 test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll