[Mlir-commits] [mlir] [mlir][LLVM] Allow call_intrinsic to inline (PR #70940)
Johannes de Fine Licht
llvmlistbot at llvm.org
Wed Nov 1 15:19:18 PDT 2023
definelicht wrote:
> I definitely don't quite get why we have an allowlist in the first place: does the LLVM inliner has such list?
It is/was a migration strategy to be able to gradually develop the inliner to be feature complete. The LLVM inliner is quite, let's say, "decentralized", so there's no single place to see a list of features that must be supported :-)
https://github.com/llvm/llvm-project/pull/70940
More information about the Mlir-commits
mailing list