[all-commits] [llvm/llvm-project] 13a3d8: [MLIR] Don't pass separate LowerToLLVMOptions when...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Jul 30 05:55:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13a3d88666e2162a91dfcae3824198c9ba74cc7b
https://github.com/llvm/llvm-project/commit/13a3d88666e2162a91dfcae3824198c9ba74cc7b
Author: Christian Sigg <csigg at google.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
Log Message:
-----------
[MLIR] Don't pass separate LowerToLLVMOptions when we already pass a LLVMTypeConverter which contains those options already.
This also prevents passing inconsistent options.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D84915
More information about the All-commits
mailing list