[PATCH] D86644: [llvm-mca] Initial implementation of output serialization using JSON

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 08:47:06 PDT 2020


andreadb added a comment.

In D86644#2240251 <https://reviews.llvm.org/D86644#2240251>, @wolfgangp wrote:

> In D86644#2239673 <https://reviews.llvm.org/D86644#2239673>, @lebedev.ri wrote:
>
>> Can it simply be autogenerated, without omitting details?
>
>
>
>   It would have to be auto-generated based on the readable output, then, using some sort of (python) script that creates the structure independently, or did you have something else in mind?

You should be able to use update_mca_test_checks.py to autogenerate the CHECK lines.


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

https://reviews.llvm.org/D86644



More information about the llvm-commits mailing list