[all-commits] [llvm/llvm-project] ad5307: [RISCV] Merge rv32 and rv64 vector fadd/fsub/fmul/...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jan 29 17:40:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad5307aaca7e3ce43918ef464ea271cfe53deccb
      https://github.com/llvm/llvm-project/commit/ad5307aaca7e3ce43918ef464ea271cfe53deccb
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    R llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode.ll
    R llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode.ll
    R llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
    R llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode-rv32.ll
    R llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode.ll

  Log Message:
  -----------
  [RISCV] Merge rv32 and rv64 vector fadd/fsub/fmul/fdiv sdnode tests into single tests files with 2 run lines.

The IR and CHECK lines are identical so just keep one copy.




More information about the All-commits mailing list