[all-commits] [llvm/llvm-project] 5a1488: [NFC] Divide tests into smaller files

Brandon Wu via All-commits all-commits at lists.llvm.org
Fri Mar 4 04:18:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a148869d336c40ebd49aafc685b15f3fb56995e
      https://github.com/llvm/llvm-project/commit/5a148869d336c40ebd49aafc685b15f3fb56995e
  Author: 4vtomat <songwu0813 at gmail.com>
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
    M clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vloxseg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vloxseg_mask.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vluxseg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vluxseg_mask.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vloxseg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vloxseg_mask.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vluxseg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vluxseg_mask.c

  Log Message:
  -----------
  [NFC] Divide tests into smaller files

This commit divides the large test files(over 30k lines) under clang/test/CodeGen/RISCV including:
rvv-intrinsics/vloxseg.c
rvv-intrinsics/vluxseg.c
rvv-intrinsics-overloaded/vloxseg.c
rvv-intrinsics-overloaded/vluxseg.c
into "non-masked" version and "masked" version which can reduce the test cases by 50% in a single file.

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




More information about the All-commits mailing list