This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfbea497c97 [llvm-objcopy] Fix sparc target endianness new 6e4d9e6a898 [AMDGPU] gfx1010 wave32 icmp/fcmp intrinsic changes for wave32
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: include/llvm/IR/IntrinsicsAMDGPU.td | 22 +- lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp | 3 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 44 ++-- lib/Target/AMDGPU/SIISelLowering.cpp | 32 ++- lib/Target/AMDGPU/SIInstructions.td | 7 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- test/CodeGen/AMDGPU/diverge-switch-default.ll | 4 +- test/CodeGen/AMDGPU/loop_break.ll | 36 +-- test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 66 ++--- test/CodeGen/AMDGPU/multilevel-break.ll | 8 +- test/CodeGen/AMDGPU/nested-loop-conditions.ll | 32 +-- test/CodeGen/AMDGPU/si-annotate-cf-unreachable.ll | 4 +- .../AMDGPU/si-annotatecfg-multiple-backedges.ll | 12 +- .../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 274 ++++++++++----------- test/Verifier/AMDGPU/intrinsic-immarg.ll | 12 +- 16 files changed, 305 insertions(+), 259 deletions(-)