- This commit handles the returnOp in memref map layout normalization.
- An initial filter is applied on FuncOps which helps us know which functions can be a suitable candidate for memref normalization which doesn't lead to invalid IR.
- Handles memref map normalization for external function assuming the external function is normalizable.
Signed-off-by: Abhishek Varma <abhishek.varma@polymagelabs.com>
Nit: caller -> calling