[PATCH] D48109: [Timers] Use the pass argument name for JSON keys in time-passes

Peter Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 13:53:47 PDT 2018


Lekensteyn added a comment.

FYI, this caused a regression: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/49533/testReport/junit/LLVM/Other/statistic_ll/

  /Users/buildslave/jenkins/workspace/clang-stage1-cmake-RA-incremental/llvm/test/Other/statistic.ll:11:17: error: expected string not found in input
  ; JSONTIME-DAG: "time.pass.Remove redundant instructions.wall"
                  ^
  <stdin>:2:2: note: scanning from here
   "instsimplify.NumSimplified": 1,
   ^


Repository:
  rL LLVM

https://reviews.llvm.org/D48109





More information about the llvm-commits mailing list