Handle escaping memrefs in loop fusion pass:
*) Do not remove loop nests which write to memrefs which escape the function. *) Do not remove memrefs which escape the function (e.g. are used in the return instruction). PiperOrigin-RevId: 230398630
Loading
Please sign in to comment