[all-commits] [llvm/llvm-project] d67901: [mlir][llvm] Use cached constants when importing l...
vic via All-commits
all-commits at lists.llvm.org
Wed Apr 26 06:32:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d67901dd2df4b45389031d701eb3358017c218e8
https://github.com/llvm/llvm-project/commit/d67901dd2df4b45389031d701eb3358017c218e8
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/test/Target/LLVMIR/Import/exception.ll
Log Message:
-----------
[mlir][llvm] Use cached constants when importing landingpad instructions
Not using cached constants when importing instructions may lead to
undesired results, as breaking dominance rules in the translated MLIR
module.
Signed-off-by: Victor Perez <victor.perez at codeplay.com>
Differential Revision: https://reviews.llvm.org/D149247
More information about the All-commits
mailing list