This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c43677a AMDGPU: Add more tests for LDS size with occupancy new df483ab Revert r276136 "Use ValueOffsetPair to enhance value reuse du [...] new f799c70 AMDGPU: Use rcp for fdiv 1, x with fpmath metadata
The 2 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/Analysis/ScalarEvolution.h | 23 +----- include/llvm/Analysis/ScalarEvolutionExpander.h | 3 +- lib/Analysis/ScalarEvolution.cpp | 82 +++++-------------- lib/Analysis/ScalarEvolutionExpander.cpp | 31 ++++---- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 2 +- .../scev-expander-existing-value-offset.ll | 44 ----------- test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll | 8 +- test/CodeGen/AMDGPU/rcp-pattern.ll | 91 +++++++++++++++++++++- test/CodeGen/AMDGPU/reciprocal.ll | 13 ---- 9 files changed, 131 insertions(+), 166 deletions(-) delete mode 100644 test/Analysis/ScalarEvolution/scev-expander-existing-value-offset.ll delete mode 100644 test/CodeGen/AMDGPU/reciprocal.ll