This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abe0e41be88 SROA: Add baseline test for addrspacecast changes new 0ecb3ce855c [PowerPC][NFC] Comments update and remove some unused def new fe203355451 SROA: Allow eliminating addrspacecasted allocas new 63c1a6eccbc [Remarks][NFC] Improve testing and documentation of -foptim [...] new cb6a1c44ade Add --print-supported-cpus flag for clang.
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/Analysis/PtrUseVisitor.h | 4 ++ lib/Analysis/PtrUseVisitor.cpp | 8 ++- lib/MC/MCSubtargetInfo.cpp | 35 ++++++++++- lib/Target/PowerPC/P9InstrResources.td | 2 +- lib/Target/PowerPC/PPCScheduleP9.td | 20 +----- lib/Transforms/Scalar/SROA.cpp | 51 ++++++++++++--- test/Transforms/SROA/addrspacecast.ll | 60 +++--------------- test/Transforms/SROA/basictest.ll | 110 +++++++++++++++++++++++++++++++-- test/Transforms/SROA/phi-and-select.ll | 50 +++++++++++++++ test/tools/gold/X86/opt-remarks.ll | 2 + 10 files changed, 257 insertions(+), 85 deletions(-)