This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2118027 [Support] Make printAllJSONValues public, for custom output. new cd7c9c3 AMDGPU: Remove legacy bfe intrinsics
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 | 27 -- lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 - lib/Target/AMDGPU/AMDGPUIntrinsics.td | 4 - lib/Target/AMDGPU/R600ISelLowering.cpp | 9 +- lib/Target/AMDGPU/SIISelLowering.cpp | 10 +- test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll | 437 -------------------- test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll | 631 ----------------------------- test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll | 143 +++++++ test/CodeGen/AMDGPU/sext-in-reg.ll | 145 ------- test/CodeGen/MIR/AMDGPU/intrinsics.mir | 4 +- 10 files changed, 159 insertions(+), 1252 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll