[all-commits] [llvm/llvm-project] 889a99: [RISCV] Move some vector tests to rvv directory. NFC

Luke Lau via All-commits all-commits at lists.llvm.org
Thu Apr 6 02:28:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 889a99ee58633da4dd8274958dd5a6f826944b18
      https://github.com/llvm/llvm-project/commit/889a99ee58633da4dd8274958dd5a6f826944b18
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    R llvm/test/CodeGen/RISCV/fold-vector-cmp.ll
    R llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll
    A llvm/test/CodeGen/RISCV/rvv/fold-vector-cmp.ll
    A llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll
    A llvm/test/CodeGen/RISCV/rvv/scalable-vector-struct.ll
    A llvm/test/CodeGen/RISCV/rvv/vadd-vp-mask.ll
    A llvm/test/CodeGen/RISCV/rvv/vec3-setcc-crash.ll
    A llvm/test/CodeGen/RISCV/rvv/vmul-vp-mask.ll
    A llvm/test/CodeGen/RISCV/rvv/vsub-vp-mask.ll
    R llvm/test/CodeGen/RISCV/scalable-vector-struct.ll
    R llvm/test/CodeGen/RISCV/vadd-vp-mask.ll
    R llvm/test/CodeGen/RISCV/vec3-setcc-crash.ll
    R llvm/test/CodeGen/RISCV/vmul-vp-mask.ll
    R llvm/test/CodeGen/RISCV/vsub-vp-mask.ll

  Log Message:
  -----------
  [RISCV] Move some vector tests to rvv directory. NFC

I personally find it handy to be able to run the check-llvm-codegen-riscv-rvv target to test anything that involves vector codegen, so this patch moves some more vector-based test cases into that directory to increase its coverage.

Reviewed By: craig.topper

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




More information about the All-commits mailing list