Files
clang-p2996/mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp
Menooker 26645ae2ee [mlir][memref] Fix hoist-static-allocs option of buffer-results-to-out-params when function parameters are returned (#102093)
buffer-results-to-out-params pass will have a nullptr-referencing error
when hoist-static-allocs option is on, when the return value of a
function is a parameter of the function. This PR fixes this issue.
2024-09-04 20:36:19 +08:00

9.8 KiB