[Mlir-commits] [mlir] [MLIR][memref] Fix normalization issue in memref.load (PR #107771)

Kai Sasaki llvmlistbot at llvm.org
Wed Sep 18 22:53:49 PDT 2024


================
@@ -1093,6 +1094,90 @@ void mlir::affine::affineScalarReplace(func::FuncOp f, DominanceInfo &domInfo,
     op->erase();
 }
 
+// Private helper function to transform memref.load with reduced rank.
----------------
Lewuathe wrote:

👍 

https://github.com/llvm/llvm-project/pull/107771


More information about the Mlir-commits mailing list