Unverified Commit 0b5b2027 authored by Christian Ulmann's avatar Christian Ulmann Committed by GitHub
Browse files

[MLIR][SROA] Reuse allocators to avoid rewalking the IR (#91971)

This commit extends the SROA interfaces to ensure the interface
instantiations 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 c2852978
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