[llvm] 8bc04e4 - [RISCV] Remove completed TODO in VP strided load test. NFC
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 3 23:34:24 PST 2024
Author: Luke Lau
Date: 2024-11-04T15:34:07+08:00
New Revision: 8bc04e4c93cb681249c258bc0a1b1aa1b3fe71f4
URL: https://github.com/llvm/llvm-project/commit/8bc04e4c93cb681249c258bc0a1b1aa1b3fe71f4
DIFF: https://github.com/llvm/llvm-project/commit/8bc04e4c93cb681249c258bc0a1b1aa1b3fe71f4.diff
LOG: [RISCV] Remove completed TODO in VP strided load test. NFC
This was done in #101329
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
index fa857565031b3e..14cc3edffb8c14 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
@@ -633,7 +633,6 @@ define <33 x double> @strided_load_v33f64(ptr %ptr, i64 %stride, <33 x i1> %mask
declare <33 x double> @llvm.experimental.vp.strided.load.v33f64.p0.i64(ptr, i64, <33 x i1>, i32)
-; TODO: Use accurate evl.
; Test unmasked integer zero strided
define <4 x i8> @zero_strided_unmasked_vpload_4i8_i8(ptr %ptr) {
; CHECK-OPT-LABEL: zero_strided_unmasked_vpload_4i8_i8:
@@ -652,7 +651,6 @@ define <4 x i8> @zero_strided_unmasked_vpload_4i8_i8(ptr %ptr) {
ret <4 x i8> %load
}
-; TODO: Use accurate evl.
; Test unmasked float zero strided
define <4 x half> @zero_strided_unmasked_vpload_4f16(ptr %ptr) {
; CHECK-OPT-LABEL: zero_strided_unmasked_vpload_4f16:
More information about the llvm-commits
mailing list