[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 1 10:06:29 PDT 2017


qcolombet added a comment.

> I also think there is value in reducing the amount of information printed. In this specific case the information omitted is quite obvious IMO.

Something we talked with Vivek, if we really want something easier to edit, we could have two modes:

- One that prints everything (the default)
- One that prints only what cannot be deduced and is meant for editing

I really believe keeping the printer simple (print everything) for the default case is more sustainable in the long run.

Cheers,
-Quentin


Repository:
  rL LLVM

https://reviews.llvm.org/D31262





More information about the llvm-commits mailing list