[llvm] b1b07dd - [SLP] update stale test comments; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 13:03:30 PDT 2021


Author: Sanjay Patel
Date: 2021-03-15T16:02:46-04:00
New Revision: b1b07dd0711e46da7a22945c75e544ace7992399

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

LOG: [SLP] update stale test comments; NFC

These bugs were fixed with 0a8e7ca402eb

Added: 
    

Modified: 
    llvm/test/Transforms/SLPVectorizer/X86/reduction.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SLPVectorizer/X86/reduction.ll b/llvm/test/Transforms/SLPVectorizer/X86/reduction.ll
index bcca68fb38a1..9132cf26c221 100644
--- a/llvm/test/Transforms/SLPVectorizer/X86/reduction.ll
+++ b/llvm/test/Transforms/SLPVectorizer/X86/reduction.ll
@@ -68,7 +68,7 @@ for.end:                                          ; preds = %for.cond.for.end_cr
   ret i32 %sum.0.lcssa
 }
 
-; FIXME: PR43948 - https://bugs.llvm.org/show_bug.cgi?id=43948
+; PR43948 - https://bugs.llvm.org/show_bug.cgi?id=43948
 ; The extra use of a non-vectorized element of a reduction must not be killed.
 
 define i32 @horiz_max_multiple_uses([32 x i32]* %x, i32* %p) {
@@ -118,7 +118,7 @@ define i32 @horiz_max_multiple_uses([32 x i32]* %x, i32* %p) {
   ret i32 %t17
 }
 
-; FIXME: This is a miscompile (see the undef operand) and/or test for invalid IR.
+; This is a miscompile (see the undef operand) and/or test for invalid IR.
 
 define i1 @bad_insertpoint_rdx([8 x i32]* %p) #0 {
 ; CHECK-LABEL: @bad_insertpoint_rdx(


        


More information about the llvm-commits mailing list