liangW-intellif opened a new pull request, #13278: URL: https://github.com/apache/tvm/pull/13278
The PatternGroup doesn not check if the FunctionPattern is matched while processing the FunctionPattern, but when FunctionPattern is nested with AltPattern, the FunctionPattern may not be matched, resulting in a crash when looking up matched nodes. This commit adds a check at handling FunctionPattern to fix this crash, same as the checks at handling other patterns(such as `dataflow_matcher.cc:667`) cc @wrongtest-intellif -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
