This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b52e8dcdd12 [bindings/go] Add coroutine passes new 12df467aacd [PowerPC] Add a peephole post RA to transform the inst that [...]
The 1 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: lib/Target/PowerPC/PPCInstrInfo.cpp | 357 ++++++++++++++++++--- lib/Target/PowerPC/PPCInstrInfo.h | 46 ++- test/CodeGen/PowerPC/bitcasts-direct-move.ll | 8 +- test/CodeGen/PowerPC/branch_coalesce.ll | 12 +- test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll | 2 +- test/CodeGen/PowerPC/float-to-int.ll | 8 +- test/CodeGen/PowerPC/fmf-propagation.ll | 36 +-- .../PowerPC/fp128-bitcast-after-operation.ll | 15 +- test/CodeGen/PowerPC/i64-to-float.ll | 8 +- test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll | 2 +- test/CodeGen/PowerPC/mcm-12.ll | 3 +- test/CodeGen/PowerPC/mcm-4.ll | 3 +- test/CodeGen/PowerPC/ppc64-align-long-double.ll | 6 +- test/CodeGen/PowerPC/ppc64le-smallarg.ll | 6 +- test/CodeGen/PowerPC/pr25157-peephole.ll | 2 +- test/CodeGen/PowerPC/pr25157.ll | 2 +- test/CodeGen/PowerPC/scalar_vector_test_1.ll | 12 +- test/CodeGen/PowerPC/select_const.ll | 6 +- test/CodeGen/PowerPC/toc-float.ll | 81 +++-- test/CodeGen/PowerPC/vsx_scalar_ld_st.ll | 4 +- 20 files changed, 462 insertions(+), 157 deletions(-)