[PATCH] D71088: [DA] Improve dump to show source and sink of the dependence

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 13:13:10 PST 2019


bmahjour created this revision.
bmahjour added reviewers: chandlerc, philip.pfaffe, dmgreen.
bmahjour added a project: LLVM.
Herald added subscribers: wuzish, hiraditya.

The current da printer shows the dependence without indicating which instructions are being considered as the src vs dst. It also silently ignores call instructions, despite the fact that they create confused dependence edges to other memory instructions. This patch addresses these two issues plus a couple of minor non-functional improvements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71088

Files:
  llvm/lib/Analysis/DependenceAnalysis.cpp
  llvm/test/Analysis/DependenceAnalysis/Dump.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71088.232437.patch
Type: text/x-patch
Size: 3759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/dc5ae326/attachment.bin>


More information about the llvm-commits mailing list