[Mlir-commits] [mlir] [mlir] remove folder on MemRef::ExtractStridedMetadataOp (PR #88043)

Quentin Colombet llvmlistbot at llvm.org
Sun Apr 14 01:38:52 PDT 2024


================
@@ -1,20 +1,19 @@
 // RUN: mlir-opt --expand-strided-metadata -split-input-file %s -o - | FileCheck %s
 
+
+// memref.extract_strided_metadata is not folded away because meta-data on the %base memref 
+// can change in a future pass and folding away the Op here will cause incorrect lowering.
----------------
qcolombet wrote:

Me too. I don't understand what is broken here and what we are fixing.

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


More information about the Mlir-commits mailing list