commit | 4955c3c476c821f3e5d51b04c24da3b8cc397725 | [log] [tgz] |
---|---|---|
author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | Fri Apr 25 09:47:47 2025 +0100 |
committer | GitHub <noreply@github.com> | Fri Apr 25 09:47:47 2025 +0100 |
tree | 5c5c69cdc7a29c6b8744976c8d7ba0de97c2d641 | |
parent | 9fdb4f3537085389686fb27fd8f6d8a4bca89ab5 [diff] |
[LV] Strip bad FIXME in test (#137142) See https://github.com/llvm/llvm-project/pull/130118/files#r1983745712 for context.
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 2749b47..18d05d2 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 @@ ; 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: