[all-commits] [llvm/llvm-project] c7e06c: [MLIR][LLVM] Allow inlining llvm.intr.assume.
Johannes de Fine Licht via All-commits
all-commits at lists.llvm.org
Mon May 22 05:01:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7e06ce4b74789818155e0cc932f8dad4a899312
https://github.com/llvm/llvm-project/commit/c7e06ce4b74789818155e0cc932f8dad4a899312
Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[MLIR][LLVM] Allow inlining llvm.intr.assume.
This operation is not marked pure because it needs to survive DCE, but
is otherwise safe to inline.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D151070
More information about the All-commits
mailing list