[PATCH] D60746: [BlockExtractor] Extend the file format to support the grouping of basic blocks

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 11:24:27 PDT 2019


qcolombet added a comment.

Hi Volkan,

Good point!

I ended up tailoring the syntax to my current use case (which basically adds group ids at the end of the exiting file with `sed`), but your syntax is much easier to understand!

Updating!
Cheers,
-Quentin


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60746





More information about the llvm-commits mailing list