[all-commits] [llvm/llvm-project] 094689: [mlir] Expose Arith::ExpandOps options in constructor

Rob Suderman via All-commits all-commits at lists.llvm.org
Thu Apr 20 11:21:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 094689fe10db0a7149ff8f71f265822cd8500cb8
      https://github.com/llvm/llvm-project/commit/094689fe10db0a7149ff8f71f265822cd8500cb8
  Author: Robert Suderman <suderman at google.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
    M mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp

  Log Message:
  -----------
  [mlir] Expose Arith::ExpandOps options in constructor

ExpandOpsPass could only be configured via command line flags. Updated
to allowed constructing using the specified Options structure.

Reviewed By: NatashaKnk

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




More information about the All-commits mailing list