[all-commits] [llvm/llvm-project] 867065: [MLIR][Affine] Expose region-based isTopLevelValue
William Moses via All-commits
all-commits at lists.llvm.org
Wed Mar 16 20:43:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86706561705db270357ab6a4dfd7d8206faa4ae0
https://github.com/llvm/llvm-project/commit/86706561705db270357ab6a4dfd7d8206faa4ae0
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 region-based isTopLevelValue
This PR exposes the region-based isTopLevelValue,
which is useful for other code that performs Affine transformations,
but is not within AffineOps.cpp
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D121877
More information about the All-commits
mailing list