[all-commits] [llvm/llvm-project] 77533d: [mlir][SCF] Adding custom builder to SCF::WhileOp.

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Tue Nov 15 09:17:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77533d79f79c6bbf9970234a9015714190218082
      https://github.com/llvm/llvm-project/commit/77533d79f79c6bbf9970234a9015714190218082
  Author: Mohammed Anany <manany at google.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
    M mlir/lib/Dialect/SCF/IR/SCF.cpp

  Log Message:
  -----------
  [mlir][SCF] Adding custom builder to SCF::WhileOp.

This is a similar builder to the one for SCF::IfOp which allows users to pass region builders to it. Refer to the builders for IfOp.

Reviewed By: tpopp

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




More information about the All-commits mailing list