[PATCH] D116629: Introduce NewPM DOT printers for DomTree
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 13:37:56 PST 2022
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Analysis/Dominators/print-dot-dom.ll:1
+; RUN: opt %s -passes=dot-dom -disable-output
+; RUN: FileCheck %s -input-file=dom.test1.dot -check-prefix=TEST1
----------------
ideally the files would go in a temp directory (`%t`) rather than the cwd, but I think the cwd is in the build directory so this is probably fine
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116629/new/
https://reviews.llvm.org/D116629
More information about the llvm-commits
mailing list