[Mlir-commits] [mlir] [mlir][memref] Fix hoist-static-allocs option of buffer-results-to-out-params when function parameters are returned (PR #102093)
    donald chen 
    llvmlistbot at llvm.org
       
    Tue Sep  3 04:11:57 PDT 2024
    
    
  
================
@@ -34,4 +34,17 @@ func.func @basic_dynamic(%d: index) -> (memref<?xf32>) {
   %b = memref.alloc(%d) : memref<?xf32>
   "test.source"(%b)  : (memref<?xf32>) -> ()
   return %b : memref<?xf32>
-}
\ No newline at end of file
+}
+
----------------
cxy-1993 wrote:
add seperator here: // -----
https://github.com/llvm/llvm-project/pull/102093
    
    
More information about the Mlir-commits
mailing list