[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

Bardia Mahjour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 30 11:42:49 PST 2020


bmahjour added a comment.

In D90159#2466599 <https://reviews.llvm.org/D90159#2466599>, @MaskRay wrote:

> Should this have some tests? Even if guarded by `REQUIRES:` if some feature is needed.

Test coverage for the DDG functionality has been added under LIT and unittests. I've opened https://reviews.llvm.org/D93949 to add a test and verify the formatting of the dot file produced when using `-dot-ddg`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90159



More information about the cfe-commits mailing list