[Mlir-commits] [mlir] [mlir][bufferization] Add XFAIL test for bufferize-function-boundaries returning unranked memref (PR #176746)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Feb 9 04:38:11 PST 2026
================
@@ -0,0 +1,19 @@
+// RUN: mlir-opt %s -one-shot-bufferize="bufferize-function-boundaries" -verify-each | FileCheck %s
----------------
tridhapuku wrote:
Dropped -verify-each from the RUN line and force-pushed the updated commit.
Thanks for confirming the issue is broken. I updated things, could you review when you get a chance?
https://github.com/llvm/llvm-project/pull/176746
More information about the Mlir-commits
mailing list