[RISCV] Merge rv32 and rv64 vector fadd/fsub/fmul/fdiv sdnode tests into single tests...
authorCraig Topper <craig.topper@sifive.com>
Sat, 30 Jan 2021 01:32:01 +0000 (17:32 -0800)
committerCraig Topper <craig.topper@sifive.com>
Sat, 30 Jan 2021 01:32:08 +0000 (17:32 -0800)
commitad5307aaca7e3ce43918ef464ea271cfe53deccb
treeb4d66ccdb3e39b30a774c096c8b85e4829408f54
parent719f778441750dcadcf7c7c411d1cfb39029d59a
[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.
llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode-rv64.ll [deleted file]
llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode.ll [moved from llvm/test/CodeGen/RISCV/rvv/vfadd-sdnode-rv32.ll with 99% similarity]
llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode-rv64.ll [deleted file]
llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode.ll [moved from llvm/test/CodeGen/RISCV/rvv/vfdiv-sdnode-rv32.ll with 99% similarity]
llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode-rv64.ll [deleted file]
llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode.ll [moved from llvm/test/CodeGen/RISCV/rvv/vfmul-sdnode-rv32.ll with 99% similarity]
llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode-rv64.ll [deleted file]
llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode.ll [moved from llvm/test/CodeGen/RISCV/rvv/vfsub-sdnode-rv32.ll with 99% similarity]