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

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 00:31:04 PDT 2017


uabelho updated this revision to Diff 120003.
uabelho added a comment.

Rebased and updated the testcase with fresh output from clang.

I did hand edit the output a little bit this time too though and replaced a dbg.declare
before the store, with a dbg.value after it, so that the bug would still trigger.


https://reviews.llvm.org/D39181

Files:
  lib/Analysis/MemoryDependenceAnalysis.cpp
  test/Transforms/DeadStoreElimination/mda-with-dbg-values.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39181.120003.patch
Type: text/x-patch
Size: 5068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/39591019/attachment.bin>


More information about the llvm-commits mailing list