[all-commits] [llvm/llvm-project] e9d12c: [PowerPC][NFC] Add a series of codegen tests for v...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Fri Nov 19 13:03:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9d12c248013b2d2b9880436727857e0ec8a7085
      https://github.com/llvm/llvm-project/commit/e9d12c248013b2d2b9880436727857e0ec8a7085
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

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

  Log Message:
  -----------
  [PowerPC][NFC] Add a series of codegen tests for vector reductions.

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

Reviewed By: nemanjai, #powerpc

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




More information about the All-commits mailing list