[all-commits] [llvm/llvm-project] 97eedc: [MLIR][Affine] Expose getAffineScope as a utility ...

William Moses via All-commits all-commits at lists.llvm.org
Wed Mar 16 20:26:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97eedc74439c5305dd72e5391e639087c2c4035f
      https://github.com/llvm/llvm-project/commit/97eedc74439c5305dd72e5391e639087c2c4035f
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp

  Log Message:
  -----------
  [MLIR][Affine] Expose getAffineScope as a utility function

The getAffineScope function is currently internal
to AffineOps.cpp. However, as the comment on the function
itself notes, this is useful in a variety of other places
externally. This PR allows other files to use the function.

Reviewed By: bondhugula

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




More information about the All-commits mailing list