[MLIR][LLVM] Allowlist more side-effecting operations in LLVM inliner.
authorJohannes de Fine Licht <johannes.definelicht@nextsilicon.com>
Thu, 30 Mar 2023 11:41:21 +0000 (11:41 +0000)
committerJohannes de Fine Licht <johannes.definelicht@nextsilicon.com>
Thu, 30 Mar 2023 11:41:51 +0000 (11:41 +0000)
commita33018d01bd6a0a8dd50c5d26f03e9b827e51126
treecedc6ede9bd374e18037fc33142d6440cd0a91ae
parent243b355ee0f063cff4988f061215839020c2175b
[MLIR][LLVM] Allowlist more side-effecting operations in LLVM inliner.

These operations do not on their own require special handling to be
inlined, and can just be inlined as is.

Reviewed By: gysit

Differential Revision: https://reviews.llvm.org/D147148
mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
mlir/test/Dialect/LLVMIR/inlining.mlir