[all-commits] [llvm/llvm-project] 8f27a1: [mlir] Relax transfer op hoisting on tensor
Thomas via All-commits
all-commits at lists.llvm.org
Mon Sep 26 11:22:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f27a1f8655924fe1d5679d5bd0a4d09c0683728
https://github.com/llvm/llvm-project/commit/8f27a1f8655924fe1d5679d5bd0a4d09c0683728
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/test/Dialect/Linalg/hoisting.mlir
Log Message:
-----------
[mlir] Relax transfer op hoisting on tensor
Improve hoisting logic to support cases where the read being hoisted
comes from a transfer_write with disjoint indices.
Differential Revision: https://reviews.llvm.org/D134624
More information about the All-commits
mailing list