https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/91783
None >From 79c0d400fee943f794ed38965cec0c8b0d2dffef Mon Sep 17 00:00:00 2001 From: Fangrui Song <i...@maskray.me> Date: Fri, 10 May 2024 11:00:14 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.5-bogner --- .../attr-rvv-vector-bits-bitcast.c} | 0 .../attr-rvv-vector-bits-call.c} | 0 .../attr-rvv-vector-bits-cast.c} | 0 .../attr-rvv-vector-bits-codegen.c} | 0 .../attr-rvv-vector-bits-globals.c} | 0 .../attr-rvv-vector-bits-types.c} | 0 clang/test/CodeGen/{ => RISCV}/riscv32-ilp32d-abi.cpp | 0 .../{riscv-rvv-vls-arith-ops.c => RISCV/rvv-vls-arith-ops.c} | 0 .../{riscv-rvv-vls-bitwise-ops.c => RISCV/rvv-vls-bitwise-ops.c} | 0 .../{riscv-rvv-vls-compare-ops.c => RISCV/rvv-vls-compare-ops.c} | 0 .../{riscv-rvv-vls-shift-ops.c => RISCV/rvv-vls-shift-ops.c} | 0 .../rvv-vls-subscript-ops.c} | 0 .../vector-bits-vscale-range.c} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-bitcast.c => RISCV/attr-rvv-vector-bits-bitcast.c} (100%) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-call.c => RISCV/attr-rvv-vector-bits-call.c} (100%) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-cast.c => RISCV/attr-rvv-vector-bits-cast.c} (100%) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-codegen.c => RISCV/attr-rvv-vector-bits-codegen.c} (100%) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-globals.c => RISCV/attr-rvv-vector-bits-globals.c} (100%) rename clang/test/CodeGen/{attr-riscv-rvv-vector-bits-types.c => RISCV/attr-rvv-vector-bits-types.c} (100%) rename clang/test/CodeGen/{ => RISCV}/riscv32-ilp32d-abi.cpp (100%) rename clang/test/CodeGen/{riscv-rvv-vls-arith-ops.c => RISCV/rvv-vls-arith-ops.c} (100%) rename clang/test/CodeGen/{riscv-rvv-vls-bitwise-ops.c => RISCV/rvv-vls-bitwise-ops.c} (100%) rename clang/test/CodeGen/{riscv-rvv-vls-compare-ops.c => RISCV/rvv-vls-compare-ops.c} (100%) rename clang/test/CodeGen/{riscv-rvv-vls-shift-ops.c => RISCV/rvv-vls-shift-ops.c} (100%) rename clang/test/CodeGen/{riscv-rvv-vls-subscript-ops.c => RISCV/rvv-vls-subscript-ops.c} (100%) rename clang/test/CodeGen/{riscv-vector-bits-vscale-range.c => RISCV/vector-bits-vscale-range.c} (100%) diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-bitcast.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-bitcast.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-bitcast.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-bitcast.c diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-call.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-call.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-call.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-call.c diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-cast.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-cast.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-cast.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-cast.c diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-codegen.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-codegen.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-codegen.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-codegen.c diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-globals.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-globals.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-globals.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-globals.c diff --git a/clang/test/CodeGen/attr-riscv-rvv-vector-bits-types.c b/clang/test/CodeGen/RISCV/attr-rvv-vector-bits-types.c similarity index 100% rename from clang/test/CodeGen/attr-riscv-rvv-vector-bits-types.c rename to clang/test/CodeGen/RISCV/attr-rvv-vector-bits-types.c diff --git a/clang/test/CodeGen/riscv32-ilp32d-abi.cpp b/clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.cpp similarity index 100% rename from clang/test/CodeGen/riscv32-ilp32d-abi.cpp rename to clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.cpp diff --git a/clang/test/CodeGen/riscv-rvv-vls-arith-ops.c b/clang/test/CodeGen/RISCV/rvv-vls-arith-ops.c similarity index 100% rename from clang/test/CodeGen/riscv-rvv-vls-arith-ops.c rename to clang/test/CodeGen/RISCV/rvv-vls-arith-ops.c diff --git a/clang/test/CodeGen/riscv-rvv-vls-bitwise-ops.c b/clang/test/CodeGen/RISCV/rvv-vls-bitwise-ops.c similarity index 100% rename from clang/test/CodeGen/riscv-rvv-vls-bitwise-ops.c rename to clang/test/CodeGen/RISCV/rvv-vls-bitwise-ops.c diff --git a/clang/test/CodeGen/riscv-rvv-vls-compare-ops.c b/clang/test/CodeGen/RISCV/rvv-vls-compare-ops.c similarity index 100% rename from clang/test/CodeGen/riscv-rvv-vls-compare-ops.c rename to clang/test/CodeGen/RISCV/rvv-vls-compare-ops.c diff --git a/clang/test/CodeGen/riscv-rvv-vls-shift-ops.c b/clang/test/CodeGen/RISCV/rvv-vls-shift-ops.c similarity index 100% rename from clang/test/CodeGen/riscv-rvv-vls-shift-ops.c rename to clang/test/CodeGen/RISCV/rvv-vls-shift-ops.c diff --git a/clang/test/CodeGen/riscv-rvv-vls-subscript-ops.c b/clang/test/CodeGen/RISCV/rvv-vls-subscript-ops.c similarity index 100% rename from clang/test/CodeGen/riscv-rvv-vls-subscript-ops.c rename to clang/test/CodeGen/RISCV/rvv-vls-subscript-ops.c diff --git a/clang/test/CodeGen/riscv-vector-bits-vscale-range.c b/clang/test/CodeGen/RISCV/vector-bits-vscale-range.c similarity index 100% rename from clang/test/CodeGen/riscv-vector-bits-vscale-range.c rename to clang/test/CodeGen/RISCV/vector-bits-vscale-range.c _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits