Lunderberg opened a new pull request, #13219: URL: https://github.com/apache/tvm/pull/13219
Previously, the `IRSubstituteWithDataTypeLegalization` class implemented some virtual functions of `DataTypeLegalizer`, but not all. As a result, some compilers gave warnings that the base class methods were being shadowed. This commit adds the `using` declaration to avoid shadowing. -- 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]
