[PATCH] D31262: MIParser/MIRPrinter: Compute block successors if not explicitely specified
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 08:06:16 PDT 2017
qcolombet added inline comments.
================
Comment at: test/CodeGen/MIR/X86/auto-successor.mir:1
+# RUN: llc -o - %s -run-pass=none -verify-machineinstrs -simplify-mir | FileCheck %s
+---
----------------
MatzeB wrote:
> qcolombet wrote:
> > Could we have a positive test as well? (I.e., where successors are printed.)
> bb.0, bb.1, bb.2 are various levels of positive tests. For printing without `-simplify-mir` we already have `test/CodeGen/MIR/X86/successor-basic-blocks.mir`.
I meant in the same file.
Like having this test being run twice.
Repository:
rL LLVM
https://reviews.llvm.org/D31262
More information about the llvm-commits
mailing list