[all-commits] [llvm/llvm-project] 696f80: [mlir] Turn flags in ConvertStandardToLLVM into pa...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Tue Feb 11 10:30:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 696f80736b861dfab5a7330dd009fd1d53b60356
https://github.com/llvm/llvm-project/commit/696f80736b861dfab5a7330dd009fd1d53b60356
Author: Diego Caballero <diego.caballero at intel.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/calling-convention.mlir
M mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir
M mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir
Log Message:
-----------
[mlir] Turn flags in ConvertStandardToLLVM into pass flags
Follow-up on D72802. Turn -convert-std-to-llvm-use-alloca and
-convert-std-to-llvm-bare-ptr-memref-call-conv into pass flags
of LLVMLoweringPass.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D73912
More information about the All-commits
mailing list