[PATCH] D115946: [DAG] Directed Acyclic Graph - DOT printer test
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 03:56:24 PST 2021
xgupta added inline comments.
================
Comment at: llvm/test/Other/print-dot-dag.ll:1
+; RUN: llc -fast-isel=false -view-sched-dags < %s 2>&1 > /dev/null
+; RUN: FileCheck %s -input-file=main:entry.dot
----------------
@bmahjour wanted to double-check, do I need to add another cl::opt option that lets me specify the filename? or there is already a way to write the CHECK line (like you did in D93949) in this test case as the filename seems non-deterministic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115946/new/
https://reviews.llvm.org/D115946
More information about the llvm-commits
mailing list