[PATCH] D59944: [DebugInfo] Fix pr41180 : Loop Vectorization Debugify Failure

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 09:47:36 PDT 2019


aprantl added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/middle-block-dbg.ll:5
+; vectorized loop are correct. The Cmp and Br instructions should map to the
+; same source lines as the Cmp and Br of the scalar loop.
+
----------------
Could you please include the source code this was generated from in the comment in case we need to regenerate it later?


================
Comment at: llvm/test/Transforms/LoopVectorize/middle-block-dbg.ll:8
+; CHECK-LABEL: middle.block:
+; CHECK-NEXT: !dbg ![[DL:[0-9]+]]
+; CHECK-NEXT: !dbg ![[DL]]
----------------
please also check for the expected kind of instruction here.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59944





More information about the llvm-commits mailing list