Skip to content

Commit 4955c3c

Browse files
authored
[LV] Strip bad FIXME in test (#137142)
See https://github.com/llvm/llvm-project/pull/130118/files#r1983745712 for context.
1 parent 9fdb4f3 commit 4955c3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ target triple = "aarch64-unknown-linux-gnu"
55

66
; Test case where the minimum profitable trip count due to runtime checks
77
; exceeds VF.getKnownMinValue() * UF.
8-
; FIXME: The code currently incorrectly is missing a umax(VF * UF, 28).
98
define void @min_trip_count_due_to_runtime_checks_1(ptr %dst.1, ptr %dst.2, ptr %src.1, ptr %src.2, i64 %n) {
109
; CHECK-LABEL: @min_trip_count_due_to_runtime_checks_1(
1110
; CHECK-NEXT: entry:

0 commit comments

Comments
 (0)