[all-commits] [llvm/llvm-project] dc2c4f: [mlir][llvm] Allow inlining for dbg label
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Fri Sep 1 07:57:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc2c4fc784821bded8ef66198a68de9003edb3dd
https://github.com/llvm/llvm-project/commit/dc2c4fc784821bded8ef66198a68de9003edb3dd
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[mlir][llvm] Allow inlining for dbg label
The revision adds the dbg label intrinsic to the allow list of
operations that are legal to inline.
Reviewed By: zero9178
Differential Revision: https://reviews.llvm.org/D159359
More information about the All-commits
mailing list