[all-commits] [llvm/llvm-project] f9f708: [mlir][CAPI] Allow specifying pass manager anchor

rk via All-commits all-commits at lists.llvm.org
Thu Oct 27 10:32:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9f708ef41233bdc330cd8c6f82f48a1f5c962b0
      https://github.com/llvm/llvm-project/commit/f9f708ef41233bdc330cd8c6f82f48a1f5c962b0
  Author: rkayaith <rkayaith at gmail.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M mlir/include/mlir-c/Pass.h
    M mlir/lib/CAPI/IR/Pass.cpp
    M mlir/test/CAPI/pass.c

  Log Message:
  -----------
  [mlir][CAPI] Allow specifying pass manager anchor

This adds a new function for creating pass managers that takes an
argument for the anchor string.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list