Commit c60b96b7 authored by Christian Ulmann's avatar Christian Ulmann
Browse files

[MLIR][SROA] Reuse allocators to avoid rewalking the IR

This commit extends the SROA interfaces to ensure the impementations can
communicate newly created allocators to the algorithm. This ensures that
the SROA implementation does no longer require re-walking the IR to find
new allocators.
parent ca051dfe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment