[all-commits] [llvm/llvm-project] ed5813: [MLIR][LLVM] Remove disallowlist from LLVM inliner...

Johannes de Fine Licht via All-commits all-commits at lists.llvm.org
Wed Dec 13 01:31:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed5813c4aafef81aa8e22b3e252b687c611fcbd0
      https://github.com/llvm/llvm-project/commit/ed5813c4aafef81aa8e22b3e252b687c611fcbd0
  Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp

  Log Message:
  -----------
  [MLIR][LLVM] Remove disallowlist from LLVM inliner (#75303)

The disallowlist was used as a migration strategy while support was
extended to more side effecting operations. We now (to the best of our
knowledge) support all side effecting operations, so never fail
`isLegalToInline` on any LLVM operation.

There is no test included, because that's exactly the reason for this
change: there are no more unsupported operations in inlining; the
existing tests for unsupported inlines have already been burninated.




More information about the All-commits mailing list