<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/113907>113907</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            mlir bufferization: wrong document information: https://mlir.llvm.org/docs/Bufferization/#overview
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            mlir
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          enjustli
      </td>
    </tr>
</table>

<pre>
    
![image](https://github.com/user-attachments/assets/18312e90-06d4-46e6-bf89-dec3bf872348)

the calling order of passes in the picture [https://mlir.llvm.org/includes/img/bufferization_passes.svg 
]is incorrect, which affects the final ir.  
refer to this [https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-out-params.mlir#L1], the pass `drop-equivalent-buffer-results` should be called before the pass `buffer-results-to-out-params`
<img width="1099" alt="image" src="https://github.com/user-attachments/assets/12e707f9-48d9-4bc3-a887-18c818c83ffb">



</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJycU02v6yYQ_TV4g4hgsBO88OLem2bVZfcVhsHmCZuUj1y1v76ynb7eqFWlvoUxYuDMOTNndM5-WhEH0r2T7troWuaYBly_1VyCb8Zofx8IvxL-RkCQ7t0vekLSXQmouZR7JvKNwI3AbfJlruPJxIXArWZMTJeizbzgWjKBm84Z941QUgD2nPGzbVl7xjMbneqZRSNHpy4gW0Wgfybd1zIjNToEv040JouJRkfvG2KmfqVb-O5NqQkp6d5feS3Bp1MIj-UU00Tg5lcTqsWNiV-2g7E6h8n_oYuP668H6ik_Jvpk0F39lsXElNAUAh_0c_Zmpto5NCXv2Z1fdaA-nejzVUKHiZZIy-zzP0m9FGsj9_yxe4rf9iy3McRxo6_9-lRB4FYwb7Gr1-G49f6VPIHbL0mv2cW0bPriiizPsbAl2hqQ_aUUWayF3XXSSz4dyPJnsTf14yimzpmSM7cp3hn-Vv1DB1zLE4AlzDWUTM6c5jnWYOl49Ae3nYsJX1BeX7ESv6QnZ_4ss_zwy0Q_vS0zkVcCIHjfEwCqQzkODusB0JzMcfKjDgS88IvrWatsz9rRSKaVujChjNo-6dxIAIj86asJj7Wxg7S97HWDg7hILkBwJZp5wFE6NLI1SopWSHnpDHDZWeitdFJ1jR-AQys4KCGFEP2pPSsru7MEzZXW1pGW46J9-O7WxudccRBC9vzSBD1iyPugAhxdg21k07A7Z6xTJi0PPpf8N0LxJeCw3aYvPifyjX6muE7URlO3ClG_br75Hv3vKbLR5H-xHwEZH5geHj-bmsLwv12_K957dIh-DPBnAAAA___hznzU">