Bufferization of the func dialect must go through OneShotModuleBufferize. With this change, the analysis interface methods of the BufferizableOpInterface of func dialect ops can be used together with the normal OneShotBufferize. (In the absence of analysis information, they will return conservative results.)
Depends On D126965
pull out maybeState.getValue()->analyzedFuncOps?