[PATCH] D29425: [SLP] Use SCEV to sort memory accesses
    Matthew Simpson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Feb  3 09:20:38 PST 2017
    
    
  
mssimpso added a comment.
I had a comment for the test case, otherwise this looks good to me.
================
Comment at: test/Transforms/SLPVectorizer/X86/jumbled-load.ll:8
 ; CHECK-LABEL: @jumbled-load(
-; CHECK-NEXT:    [[IN_ADDR:%.*]] = getelementptr inbounds i32, i32* %in, i64 0
+; CHECK-NEXT:    [[IN_ADDR:%.*]] = getelementptr inbounds i32, i32* [[IN:%.*]], i64 0
 ; CHECK-NEXT:    [[GEP_1:%.*]] = getelementptr inbounds i32, i32* [[IN_ADDR]], i64 3
----------------
It looks like the changes in this test are unrelated to the patch. Probably left-overs from the update script?
https://reviews.llvm.org/D29425
    
    
More information about the llvm-commits
mailing list