[llvm] fd9a777 - [LV] Remove TODO addressed in 32d1197a8fa.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 04:43:10 PST 2023


Author: Florian Hahn
Date: 2023-11-23T12:42:23Z
New Revision: fd9a777e018d23d258646af613179eebf6df4b34

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

LOG: [LV] Remove TODO addressed in 32d1197a8fa.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/runtime-checks-
diff erence.ll b/llvm/test/Transforms/LoopVectorize/runtime-checks-
diff erence.ll
index ed77d077e86b1af..876d351fb1538bc 100644
--- a/llvm/test/Transforms/LoopVectorize/runtime-checks-
diff erence.ll
+++ b/llvm/test/Transforms/LoopVectorize/runtime-checks-
diff erence.ll
@@ -274,9 +274,8 @@ exit:
 }
 
 ; Test case where the AddRec for the pointers in the inner loop have the AddRec
-; of the outer loop as start value.
-; TODO: It is sufficient to subtract the start values (%dst, %src) of the outer
-;       AddRecs.
+; of the outer loop as start value. It is sufficient to subtract the start
+; values (%dst, %src) of the outer AddRecs.
 define void @nested_loop_start_of_inner_ptr_addrec_is_same_outer_addrec(ptr nocapture noundef %dst, ptr nocapture noundef readonly %src, i64 noundef %m, i64 noundef %n) {
 ; CHECK-LABEL: @nested_loop_start_of_inner_ptr_addrec_is_same_outer_addrec(
 ; CHECK-NEXT:  entry:


        


More information about the llvm-commits mailing list