[PATCH] D115873: [LAA] Add remarks for unbounded array access

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 25 09:52:24 PST 2021


malharJ added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll:200
 for.body.preheader:                               ; preds = %entry
-  br label %for.body, !dbg !35
+  br label %for.body, !dbg !32
 
----------------
This change is to address the comment:  https://reviews.llvm.org/D108371#inline-1093152

I've updated the debug info in the test to point the loop to 
at least the correct source line now.  
( I assume this is some error in the initial test or it has been
written by hand )



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115873/new/

https://reviews.llvm.org/D115873



More information about the llvm-commits mailing list