[all-commits] [llvm/llvm-project] 27ad21: [mlir][linalg] enable library call rewrites for li...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Apr 19 05:53:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27ad213680eae7aa75dd6dd72608957cac9198f2
https://github.com/llvm/llvm-project/commit/27ad213680eae7aa75dd6dd72608957cac9198f2
Author: Tobias Gysi <gysit at google.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h
M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
Log Message:
-----------
[mlir][linalg] enable library call rewrites for linalg operations with index semantics.
The patch enables the library call lowering for linalg operations that contain index operations.
Differential Revision: https://reviews.llvm.org/D100537
More information about the All-commits
mailing list