[clang] 52d3255 - [Clang][RISCV] Add description for test case . NFC
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 26 00:22:56 PDT 2023
Author: eopXD
Date: 2023-05-26T00:22:48-07:00
New Revision: 52d3255704187c3e60de8657d6ece7ab73e07b68
URL: https://github.com/llvm/llvm-project/commit/52d3255704187c3e60de8657d6ece7ab73e07b68
DIFF: https://github.com/llvm/llvm-project/commit/52d3255704187c3e60de8657d6ece7ab73e07b68.diff
LOG: [Clang][RISCV] Add description for test case . NFC
Added:
Modified:
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c b/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
index bd2b2a98ebd14..f4235795a8622 100644
--- a/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
+++ b/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
@@ -5,6 +5,7 @@
// RUN: %clang_cc1 -triple riscv64 -target-feature +zve32x -disable-O0-optnone \
// RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | FileCheck %s --check-prefix=AFTER_MEM2REG
+// This test case tests the lowering of RVV tuple types into LLVM IR.
#include <riscv_vector.h>
More information about the cfe-commits
mailing list