[llvm] 4955c3c - [LV] Strip bad FIXME in test (#137142)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 25 01:47:50 PDT 2025


Author: Ramkumar Ramachandra
Date: 2025-04-25T09:47:47+01:00
New Revision: 4955c3c476c821f3e5d51b04c24da3b8cc397725

URL: https://github.com/llvm/llvm-project/commit/4955c3c476c821f3e5d51b04c24da3b8cc397725
DIFF: https://github.com/llvm/llvm-project/commit/4955c3c476c821f3e5d51b04c24da3b8cc397725.diff

LOG: [LV] Strip bad FIXME in test (#137142)

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

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll

Removed: 
    


################################################################################
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