[all-commits] [llvm/llvm-project] 0736bb: [mlir][scf] Add callback to annotate ops during pi...

Thomas via All-commits all-commits at lists.llvm.org
Tue Feb 15 12:48:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0736bbd7e2f7b43a0246945aaff851cff4827682
      https://github.com/llvm/llvm-project/commit/0736bbd7e2f7b43a0246945aaff851cff4827682
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/Transforms.h
    M mlir/lib/Dialect/SCF/Transforms/LoopPipelining.cpp
    M mlir/test/Dialect/SCF/loop-pipelining.mlir
    M mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp

  Log Message:
  -----------
  [mlir][scf] Add callback to annotate ops during pipelining

This allow user to register a callback that can annotate operations
during software pipelining. This allows user potential annotate op to
know what part of the pipeline they correspond to.

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




More information about the All-commits mailing list