This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23e3fe9 Fix ASAN buildbots by fixing a double free crash. new 83dc063 ConstantFolding: Don't crash when encountering vector GEP new 9ae2b48 [AMDGPU] Scalarization of global uniform loads.
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/ConstantFolding.cpp | 7 +- lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp | 94 +++++++++++++++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 19 +++- lib/Target/AMDGPU/SIISelLowering.h | 1 + lib/Target/AMDGPU/SMInstructions.td | 8 +- test/Analysis/ConstantFolding/vectorgep-crash.ll | 19 ++++ test/CodeGen/AMDGPU/global_smrd.ll | 126 ++++++++++++++++++++++ test/CodeGen/AMDGPU/global_smrd_cfg.ll | 80 ++++++++++++++ 11 files changed, 357 insertions(+), 12 deletions(-) create mode 100644 test/Analysis/ConstantFolding/vectorgep-crash.ll create mode 100644 test/CodeGen/AMDGPU/global_smrd.ll create mode 100644 test/CodeGen/AMDGPU/global_smrd_cfg.ll