[all-commits] [llvm/llvm-project] d1ef9f: [mlir:PassTiming] Always use parentInfo for determ...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Sep 7 16:41:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1ef9f142e58d39600a7c096e2939250d2ae09bc
      https://github.com/llvm/llvm-project/commit/d1ef9f142e58d39600a7c096e2939250d2ae09bc
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M mlir/lib/Pass/PassTiming.cpp

  Log Message:
  -----------
  [mlir:PassTiming] Always use parentInfo for determining pipeline parent scope

This fixes a bug where, depending on thread usage, a pipeline may be
misattributed to a timer that wasn't it's parent.

Differential Revision: https://reviews.llvm.org/D132979




More information about the All-commits mailing list