[all-commits] [llvm/llvm-project] 2f8690: [mlir][transform] ApplyRegisteredPassOp: Support p...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Sep 4 06:11:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f8690b1e2bf09174660cd66ef8a27066848555e
      https://github.com/llvm/llvm-project/commit/2f8690b1e2bf09174660cd66ef8a27066848555e
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
    M mlir/include/mlir/Pass/Pass.h
    M mlir/include/mlir/Pass/PassRegistry.h
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
    M mlir/lib/Pass/PassRegistry.cpp
    M mlir/test/Dialect/Transform/test-pass-application.mlir

  Log Message:
  -----------
  [mlir][transform] ApplyRegisteredPassOp: Support pass pipelines

The same transform op can now be used to apply registered pass pipelines.

This revision also adds a helper function for querying `PassPipelineInfo` objects and moves the corresponding `lookup` function for `PassInfo` objects to the `PassInfo` class.

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




More information about the All-commits mailing list