[PATCH] D39181: [MemDep] DBG intrinsics don't impact abort limit for call site dependence analysis

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 13:07:24 PDT 2017


efriedma added inline comments.


================
Comment at: test/Transforms/DeadStoreElimination/mda-with-dbg-values.ll:44
+!7 = !DILocation(scope: !5)
+!8 = !DIExpression(DW_OP_LLVM_fragment, 0, 8)
+
----------------
Did you hand-edit this debug info?  It's missing pieces I would normally expect (specifically, the function doesn't have any debug info), so I'm not sure it's really valid.  I'd prefer if you would just use debug info generated by clang so it's likely correct.


https://reviews.llvm.org/D39181





More information about the llvm-commits mailing list