[all-commits] [llvm/llvm-project] a33018: [MLIR][LLVM] Allowlist more side-effecting operati...
Johannes de Fine Licht via All-commits
all-commits at lists.llvm.org
Thu Mar 30 04:45:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a33018d01bd6a0a8dd50c5d26f03e9b827e51126
https://github.com/llvm/llvm-project/commit/a33018d01bd6a0a8dd50c5d26f03e9b827e51126
Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list