This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf859bb52f5 [InstCombine] allow general vector constants for funnel shi [...] new 89fc4394cba [AMDGPU] Add an experimental buffer fat pointer address space.
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: docs/AMDGPUUsage.rst | 14 ++++++-- lib/Target/AMDGPU/AMDGPU.h | 12 ++++--- lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 23 +++++++------ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +-- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 3 +- lib/Target/AMDGPU/SIISelLowering.cpp | 3 +- test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll | 40 ++++++++++++++++++++++ test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll | 5 ++- .../CodeGen/AMDGPU/vectorize-buffer-fat-pointer.ll | 17 +++++++++ 9 files changed, 96 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/AMDGPU/vectorize-buffer-fat-pointer.ll