[Mlir-commits] [mlir] Fix Issue#82401: Infinite loop in MLIR inliner for indirect recursive call. (PR #124026)

River Riddle llvmlistbot at llvm.org
Wed Jan 22 16:00:34 PST 2025


River707 wrote:

Thanks for the PR! This is definitely correct, but seems overly conservative. Do you know what the LLVM inliner does in this situation? LGTM for the PR for now though, as it does resolve the issue. Would be nice for the inliner to be more powerful though (if it can be).

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


More information about the Mlir-commits mailing list