This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec26388 [AVR] Disable integrated assembler for a few tests new 9ba3c4d [InstCombine] don't try SimplifyDemandedInstructionBits from [...] new c2d34b5 AMDGPU: Add replacement bfe intrinsics new 28c53fa [libFuzzer] Mark a test that infinite loops as unsupported
The 3 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/IR/IntrinsicsAMDGPU.td | 9 +- lib/Fuzzer/test/lit.cfg | 3 + lib/Fuzzer/test/trace-malloc-2.test | 8 + lib/Fuzzer/test/trace-malloc.test | 5 - lib/Target/AMDGPU/SIISelLowering.cpp | 6 + lib/Transforms/InstCombine/InstCombineAddSub.cpp | 8 - lib/Transforms/InstCombine/InstCombineCalls.cpp | 73 +++ test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll | 413 +++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll | 623 +++++++++++++++++++++++ test/Transforms/InstCombine/amdgcn-intrinsics.ll | 220 ++++++++ 10 files changed, 1354 insertions(+), 14 deletions(-) create mode 100644 lib/Fuzzer/test/trace-malloc-2.test create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll