This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a553f67e44a [WebAssembly] Add missing a few {{$}}s to a test new 8d4bfa624a5 [gcov] Fix ABI when calling llvm_gcov_... routines from ins [...] new 91833b661fa [X86] Add srem/udiv/urem by constant tests new 128882e5b63 [InstCombine] allow flag propagation when using safe constant new febd9a0f028 AMDGPU: Make hidden argument metadata consistent with amdgp [...]
The 4 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: .../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 75 ++++--- .../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 2 + .../InstCombine/InstCombineVectorOps.cpp | 5 +- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 67 ++++-- test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll | 8 +- .../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 73 +++---- test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll | 227 ++++++++++++++++++++- test/CodeGen/X86/combine-srem.ll | 73 +++++++ test/CodeGen/X86/combine-udiv.ll | 78 +++++++ test/CodeGen/X86/combine-urem.ll | 88 ++++++++ test/Transforms/InstCombine/shuffle_select.ll | 11 +- 11 files changed, 609 insertions(+), 98 deletions(-)