This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50c71c5f061 [MachineScheduler] Order FI-based memops based on stack direction new 1912c7578e1 Introduce MaxUsesToExplore argument to capture tracking new cb049f818d9 Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
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: include/llvm/Analysis/CaptureTracking.h | 23 +- include/llvm/IR/IntrinsicsAMDGPU.td | 6 +- lib/Analysis/CaptureTracking.cpp | 20 +- lib/Target/AMDGPU/AMDGPU.h | 4 - lib/Target/AMDGPU/AMDGPU.td | 10 - lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 6 - lib/Target/AMDGPU/AMDGPUSubtarget.h | 7 - lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 - lib/Target/AMDGPU/CMakeLists.txt | 1 - lib/Target/AMDGPU/MIMGInstructions.td | 10 +- lib/Target/AMDGPU/SIAddIMGInit.cpp | 181 --------- lib/Target/AMDGPU/SIISelLowering.cpp | 342 +++------------- lib/Target/AMDGPU/SIInstrInfo.cpp | 36 -- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 1 - lib/Transforms/InstCombine/InstCombineInternal.h | 3 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 18 +- test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll | 438 +-------------------- .../AMDGPU/llvm.amdgcn.image.load.a16.d16.ll | 12 +- test/CodeGen/AMDGPU/llvm.amdgcn.image.load.a16.ll | 12 +- .../AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll | 53 --- .../CodeGen/AMDGPU/llvm.amdgcn.image.sample.dim.ll | 186 --------- .../AMDGPU/amdgcn-demanded-vector-elts.ll | 23 -- 22 files changed, 105 insertions(+), 1288 deletions(-) delete mode 100644 lib/Target/AMDGPU/SIAddIMGInit.cpp