This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c234f45f37 Add additional tests from D45366 new c9b7ea3e571 Add additional tests from D45336 new d637812084f [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse() new a708d8da8f7 [AMDGPU][MC][GFX9] Added instruction s_endpgm_ordered_ps_done new 40c42b960ff Cleanup Reduction helpers by using ArrayRef(NoneType) const [...]
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: include/llvm/Transforms/Utils/LoopUtils.h | 4 +-- lib/Target/AMDGPU/SOPInstructions.td | 7 +++++ lib/Transforms/InstCombine/InstCombineAddSub.cpp | 21 +++++++-------- .../Generic/expand-experimental-reductions.ll | 30 ++++++++++++++++++++++ test/MC/AMDGPU/sopk.s | 14 +++++++--- test/MC/Disassembler/AMDGPU/sopk_gfx9.txt | 4 +++ test/Transforms/InstCombine/fsub.ll | 10 +++++--- 7 files changed, 70 insertions(+), 20 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/sopk_gfx9.txt