Skip to content
Commit 0bcae5e7 authored by Martin Erhart's avatar Martin Erhart
Browse files

[mlir][bufferization] Add pattern to BufferDeallocationSimplification pass

Add a pattern that splits one dealloc operation into multiple dealloc operation
depending on static aliasing information of the values in the `memref` operand
list. This reduces the total number of aliasing checks required at runtime and
can enable futher canonicalizations of the new and simplified dealloc
operations.

Depends on D157407

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D157508
parent 211ed03b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment