[all-commits] [llvm/llvm-project] 670c72: [RISCV] Restore tests for vf(w)redusum.

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Nov 1 14:39:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 670c72f6f70434500d1475e1524a7088814fbc73
      https://github.com/llvm/llvm-project/commit/670c72f6f70434500d1475e1524a7088814fbc73
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
    R clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfredusum.c
    R clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwredusum.c
    R clang/test/CodeGen/RISCV/rvv-intrinsics/vfredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfredusum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwredusum.c
    A llvm/test/CodeGen/RISCV/rvv/vfredusum-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vfredusum-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vfwredusum-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vfwredusum-rv64.ll

  Log Message:
  -----------
  [RISCV] Restore tests for vf(w)redusum.

When D105690 changed the mnemonic from vf(w)redsum to vf(w)redusum,
several tests were deleted instead of being renamed.

This commit also consistently renames the other tests that weren't
deleted.




More information about the All-commits mailing list