[all-commits] [llvm/llvm-project] 9cf968: [mlir][bufferize] Add noAnalysisFuncFilter to OneS...

amrami via All-commits all-commits at lists.llvm.org
Tue Feb 7 02:38:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cf96850c3977adbb28cacdd2a1354616179c956
      https://github.com/llvm/llvm-project/commit/9cf96850c3977adbb28cacdd2a1354616179c956
  Author: Maya Amrami <mayaam88 at gmail.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
    M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h
    M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp

  Log Message:
  -----------
  [mlir][bufferize] Add noAnalysisFuncFilter to OneShotBufferizationOptions struct

This change is needed in order to set the flag when running the pass not via the command line.
It also allows simplifying the signature of some functions.

Reviewed By: springerm

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




More information about the All-commits mailing list