[llvm] [LV] Strip bad FIXME in test (PR #137142)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 01:47:38 PDT 2025


https://github.com/artagnon created https://github.com/llvm/llvm-project/pull/137142

See https://github.com/llvm/llvm-project/pull/130118/files#r1983745712 for context.

>From 2ae749f0d1807b0aa566eec9539a4eb3431d711d Mon Sep 17 00:00:00 2001
From: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: Thu, 24 Apr 2025 09:46:06 +0100
Subject: [PATCH] [LV] Strip bad FIXME in test

See https://github.com/llvm/llvm-project/pull/130118/files#r1983745712
for context.
---
 .../AArch64/sve-runtime-check-size-based-threshold.ll            | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
index 2749b47325cbe..18d05d2a5b54e 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
@@ -5,7 +5,6 @@ target triple = "aarch64-unknown-linux-gnu"
 
 ; Test case where the minimum profitable trip count due to runtime checks
 ; exceeds VF.getKnownMinValue() * UF.
-; FIXME: The code currently incorrectly is missing a umax(VF * UF, 28).
 define void @min_trip_count_due_to_runtime_checks_1(ptr %dst.1, ptr %dst.2, ptr %src.1, ptr %src.2, i64 %n) {
 ; CHECK-LABEL: @min_trip_count_due_to_runtime_checks_1(
 ; CHECK-NEXT:  entry:



More information about the llvm-commits mailing list