[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #107295)

Tzung-Han Juang llvmlistbot at llvm.org
Fri Sep 27 12:54:15 PDT 2024


tzunghanjuang wrote:

Hi @matthias-springer , the error is triggered by `CallIndirectOp`. Since the function called by `CallIndirectOp` cannot be known statically,  `getCalledFunction` will return `nullptr` and then break the assertion. We fixed it by making the function analysis skip `CallIndirectOp`. Do you have any suggestions for handling this case? Thank you.

https://github.com/llvm/llvm-project/pull/107295


More information about the Mlir-commits mailing list