This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11d071b AMDGPU/SI: Add a MachineMemOperand to MIMG instructions new 5624de7 [X86][SSE] Ensure we're only combining shuffles with legal ma [...] new 38206ae AMDGPU/SI: Add a MachineMemOperand when lowering llvm.amdgcn. [...]
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 ++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 ++ lib/Target/AMDGPU/BUFInstructions.td | 12 +++++----- lib/Target/AMDGPU/SIISelLowering.cpp | 26 ++++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 13 ++++++++++ lib/Target/AMDGPU/SIMachineFunctionInfo.h | 28 ++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 4 ++++ .../AMDGPU/llvm.amdgcn.buffer.load.format.ll | 6 ++--- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 14 +++++++++++ 9 files changed, 98 insertions(+), 9 deletions(-)