[all-commits] [llvm/llvm-project] c78993: [utils] Fix regexp in llvm/utils/extract_vplan.py ...
Mauri Mustonen via All-commits
all-commits at lists.llvm.org
Wed Aug 19 00:57:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c78993955ebe2e27612f30022749c9d604a523b7
https://github.com/llvm/llvm-project/commit/c78993955ebe2e27612f30022749c9d604a523b7
Author: Mauri Mustonen <mauri_mustonen at hotmail.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/utils/extract_vplan.py
Log Message:
-----------
[utils] Fix regexp in llvm/utils/extract_vplan.py to extract VPlans.
Regarding this bug in Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46451
I went ahead and fixed the regexp pattern and now Python script is able
to extract vplan graphs from the log files. Additionally some test for
this would be nice to have but I'm not sure are Python scripts tested
in LLVM and if so where they live.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D86068
More information about the All-commits
mailing list