[PATCH] D113801: [PowerPC][NFC] Add a series of codegen tests for vector reductions.

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 13:13:32 PST 2021


stefanp created this revision.
stefanp added reviewers: nemanjai, lei.
Herald added subscribers: steven.zhang, shchenz.
stefanp requested review of this revision.
Herald added a project: LLVM.

This patch only adds tests for PowerPC. The purpose of these tests
is to track what code is generated for various vector reductions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113801

Files:
  llvm/test/CodeGen/PowerPC/vector-reduce-add.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-and.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-fadd.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-fmax.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-fmin.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-fmul.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-mul.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-or.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-smax.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-smin.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-umax.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-umin.ll
  llvm/test/CodeGen/PowerPC/vector-reduce-xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113801.386934.patch
Type: text/x-patch
Size: 505126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211112/ad98039d/attachment-0001.bin>


More information about the llvm-commits mailing list