[Mlir-commits] [mlir] [MLIR][BufferResultsToOutParamsPass] Add Option to Modify Public Function's Signature (PR #167248)

Matthias Springer llvmlistbot at llvm.org
Sun Nov 9 15:44:16 PST 2025


================
@@ -0,0 +1,40 @@
+// RUN: mlir-opt -p 'builtin.module(buffer-results-to-out-params{modify-public-functions})' %s | FileCheck %s
----------------
matthias-springer wrote:

This file should be in the `Bufferization` directory. But since the tests for this pass are also here, let's leave it here for now.

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


More information about the Mlir-commits mailing list