[llvm] 5be767d - NFC: remove outdated TODOs from ARM test file.

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 09:13:48 PDT 2020


Author: Sjoerd Meijer
Date: 2020-04-17T17:08:11+01:00
New Revision: 5be767d489be9fe0f76f321902f492294444f424

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

LOG: NFC: remove outdated TODOs from ARM test file.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll b/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll
index 1b3a0a065507..5fe68bf014cb 100644
--- a/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll
+++ b/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-counting-down.ll
@@ -53,9 +53,6 @@ while.end:
 define dso_local void @sgt_no_loopguard(i8* noalias nocapture readonly %a, i8* noalias nocapture readonly %b, i8* noalias nocapture %c, i32 %N) local_unnamed_addr #0 {
 ; COMMON-LABEL: @sgt_no_loopguard(
 ; COMMON:       vector.body:
-;
-; FIXME: I think this is currently miscompiled after D77635
-;
 ; CHECK-TF:     masked.load
 ; CHECK-TF:     masked.load
 ; CHECK-TF:     masked.store
@@ -255,7 +252,6 @@ while.end:
 define dso_local void @icmp_eq(i8* noalias nocapture readonly %A, i8* noalias nocapture readonly %B, i8* noalias nocapture %C, i32 %N) #0 {
 ; COMMON-LABEL: @icmp_eq
 ; COMMON:       vector.body:
-; TODO
 entry:
   %cmp6 = icmp eq i32 %N, 0
   br i1 %cmp6, label %while.end, label %while.body.preheader


        


More information about the llvm-commits mailing list