[PATCH] D94159: [PowerPC] [NFC] Add AIX triple to some regression tests

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 23:58:11 PST 2021


qiucf created this revision.
qiucf added reviewers: steven.zhang, nemanjai, jsji, PowerPC.
Herald added subscribers: shchenz, kbarton.
qiucf requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94159

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94159.314812.patch
Type: text/x-patch
Size: 23170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/20d9f7fb/attachment-0001.bin>


More information about the llvm-commits mailing list