This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b54fc31e57 [WebAssembly] Explicitly specify function/global index spac [...] new 8b2b7db3961 Don't create MCFillFragment directly. new a630e3e00c8 [PowerPC] Manually schedule the prologue and epilogue new 5489d322ef9 [IPSCCP] Remove calls without side effects
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/IR/Instruction.h | 8 +++ lib/IR/Instruction.cpp | 5 ++ lib/MC/MCMachOStreamer.cpp | 28 +++------ lib/MC/MCWinCOFFStreamer.cpp | 19 ++---- lib/Target/PowerPC/PPCFrameLowering.cpp | 68 ++++++++++++++++++++-- lib/Transforms/Scalar/SCCP.cpp | 2 +- test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 10 ++-- test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 8 +-- test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 16 ++--- test/CodeGen/PowerPC/tls_get_addr_clobbers.ll | 18 +++--- test/CodeGen/PowerPC/vsxD-Form-spills.ll | 50 ++++++++-------- ...r-with-multiple-uses.ll => remove-call-inst.ll} | 3 +- .../IPConstantProp/user-with-multiple-uses.ll | 5 +- 13 files changed, 146 insertions(+), 94 deletions(-) copy test/Transforms/IPConstantProp/{user-with-multiple-uses.ll => remove-call-ins [...]