[all-commits] [llvm/llvm-project] 2d9890: [PowerPC] [NFC] Add AIX triple to some regression ...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Sun Jan 17 19:49:59 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d9890775f523a7a7ed2d7d064273bf7e28ebf20
      https://github.com/llvm/llvm-project/commit/2d9890775f523a7a7ed2d7d064273bf7e28ebf20
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/and-mask.ll
    M llvm/test/CodeGen/PowerPC/bool-math.ll
    M llvm/test/CodeGen/PowerPC/bswap64.ll
    M llvm/test/CodeGen/PowerPC/builtins-ppc-p9-darn.ll
    M llvm/test/CodeGen/PowerPC/cmpb-ppc32.ll
    M llvm/test/CodeGen/PowerPC/cmpb.ll
    M llvm/test/CodeGen/PowerPC/constant-combines.ll
    M llvm/test/CodeGen/PowerPC/constants-i64.ll
    M llvm/test/CodeGen/PowerPC/fdiv.ll
    M llvm/test/CodeGen/PowerPC/fma-assoc.ll
    M llvm/test/CodeGen/PowerPC/ftrunc-vec.ll
    M llvm/test/CodeGen/PowerPC/hoist-logic.ll
    M llvm/test/CodeGen/PowerPC/inc-of-add.ll
    M llvm/test/CodeGen/PowerPC/maddld.ll
    M llvm/test/CodeGen/PowerPC/mi-peephole-splat.ll
    M llvm/test/CodeGen/PowerPC/mulli.ll
    M llvm/test/CodeGen/PowerPC/ori_imm32.ll
    M llvm/test/CodeGen/PowerPC/ori_imm64.ll
    M llvm/test/CodeGen/PowerPC/popcnt-zext.ll
    M llvm/test/CodeGen/PowerPC/pr33093.ll
    M llvm/test/CodeGen/PowerPC/pr39478.ll
    M llvm/test/CodeGen/PowerPC/rotl-2.ll
    M llvm/test/CodeGen/PowerPC/setcc-to-sub.ll
    M llvm/test/CodeGen/PowerPC/shift-cmp.ll
    M llvm/test/CodeGen/PowerPC/unal-vec-ldst.ll
    M llvm/test/CodeGen/PowerPC/vec_clz.ll
    M llvm/test/CodeGen/PowerPC/vec_constants.ll
    M llvm/test/CodeGen/PowerPC/vec_revb.ll
    M llvm/test/CodeGen/PowerPC/vec_shuffle_p8vector.ll
    M llvm/test/CodeGen/PowerPC/vmladduhm.ll

  Log Message:
  -----------
  [PowerPC] [NFC] Add AIX triple to some regression tests

As part of the effort to improve AIX support, regression test coverage
misses quite a lot for AIX subtarget. This patch adds AIX triple to
those don't need extra change, and we can cover more cases in following
commits.

Reviewed By: steven.zhang

Differential Revision: https://reviews.llvm.org/D94159




More information about the All-commits mailing list