[all-commits] [llvm/llvm-project] 2a0e05: [mlir][LLVM] Set cleanup flag on `llvm.landingpad`...
zero9178 via All-commits
all-commits at lists.llvm.org
Mon Jan 3 23:20:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a0e05100c26473b3ce94507200b55f71a9c9482
https://github.com/llvm/llvm-project/commit/2a0e05100c26473b3ce94507200b55f71a9c9482
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVM] Set cleanup flag on `llvm.landingpad` when exporting to LLVM IR
Exporting a llvm.landingpad operation with the cleanup flag set is currently ignored by the export code.
Differential Revision: https://reviews.llvm.org/D116565
More information about the All-commits
mailing list