This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6270090 [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPer [...] new 5a764b0 [InstCombine] use m_APInt to allow demanded bits analysis on [...] new 637c07c Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI. new c32a9df [LoadCombine] Fix combining of loads which span an aliasing store.
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/Transforms/IPO.h | 10 +++---- lib/Passes/PassBuilder.cpp | 4 +-- lib/Transforms/IPO/LowerTypeTests.cpp | 33 +++++++++++----------- lib/Transforms/IPO/PassManagerBuilder.cpp | 8 ++---- .../InstCombine/InstCombineSimplifyDemanded.cpp | 23 ++++++++------- lib/Transforms/Scalar/LoadCombine.cpp | 6 +++- test/Transforms/InstCombine/and.ll | 5 ++-- test/Transforms/InstCombine/zext.ll | 2 +- test/Transforms/LoadCombine/load-combine-aa.ll | 21 ++++++++++++++ 9 files changed, 68 insertions(+), 44 deletions(-)