This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a116bba31ce Teach ObjCARC optimizer about equivalent PHIs when eliminat [...] new 90ae81a0faa [Power9] Enable the Out-of-Order scheduling model for P9 hw
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/PPCScheduleP9.td | 6 + test/CodeGen/PowerPC/PR33671.ll | 4 +- test/CodeGen/PowerPC/VSX-XForm-Scalars.ll | 2 +- test/CodeGen/PowerPC/build-vector-tests.ll | 76 +- test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 4 +- test/CodeGen/PowerPC/f128-aggregates.ll | 32 +- test/CodeGen/PowerPC/f128-arith.ll | 2 +- test/CodeGen/PowerPC/f128-conv.ll | 12 +- test/CodeGen/PowerPC/f128-passByValue.ll | 56 +- test/CodeGen/PowerPC/f128-truncateNconv.ll | 40 +- test/CodeGen/PowerPC/mi-scheduling-lhs.ll | 2 +- test/CodeGen/PowerPC/mulld.ll | 4 +- test/CodeGen/PowerPC/pre-inc-disable.ll | 148 +- test/CodeGen/PowerPC/scalar_vector_test_2.ll | 4 +- test/CodeGen/PowerPC/scalar_vector_test_4.ll | 24 +- test/CodeGen/PowerPC/store_fptoi.ll | 24 +- test/CodeGen/PowerPC/stwu-sched.ll | 4 +- test/CodeGen/PowerPC/swaps-le-6.ll | 48 +- test/CodeGen/PowerPC/vec-itofp.ll | 24 +- test/CodeGen/PowerPC/vec_conv_fp32_to_i16_elts.ll | 1444 ++++++++++---------- test/CodeGen/PowerPC/vec_conv_fp32_to_i64_elts.ll | 608 ++++----- test/CodeGen/PowerPC/vec_conv_fp32_to_i8_elts.ll | 1440 ++++++++++--------- test/CodeGen/PowerPC/vec_conv_fp64_to_i16_elts.ll | 1252 ++++++++--------- test/CodeGen/PowerPC/vec_conv_fp64_to_i32_elts.ll | 304 ++--- test/CodeGen/PowerPC/vec_conv_fp64_to_i8_elts.ll | 1212 ++++++++-------- .../CodeGen/PowerPC/vec_conv_fp_to_i_8byte_elts.ll | 160 +-- test/CodeGen/PowerPC/vec_conv_i16_to_fp32_elts.ll | 196 +-- test/CodeGen/PowerPC/vec_conv_i16_to_fp64_elts.ll | 598 ++++---- test/CodeGen/PowerPC/vec_conv_i32_to_fp64_elts.ll | 288 ++-- test/CodeGen/PowerPC/vec_conv_i64_to_fp32_elts.ll | 396 +++--- test/CodeGen/PowerPC/vec_conv_i8_to_fp32_elts.ll | 364 ++--- test/CodeGen/PowerPC/vec_conv_i8_to_fp64_elts.ll | 712 +++++----- .../CodeGen/PowerPC/vec_conv_i_to_fp_8byte_elts.ll | 160 +-- test/CodeGen/PowerPC/vsx-p9.ll | 24 +- test/CodeGen/PowerPC/vsx-spill.ll | 4 +- test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 16 +- 36 files changed, 4765 insertions(+), 4929 deletions(-)