[PATCH] D73912: [mlir] Turn flags in ConvertStandardToLLVM into pass flags

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 11:29:42 PST 2020


dcaballe created this revision.
dcaballe added reviewers: rriddle, ftynse, mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar.
Herald added a project: LLVM.

Follow-up on D72802 <https://reviews.llvm.org/D72802>. Turn -convert-std-to-llvm-use-alloca and
-convert-std-to-llvm-bare-ptr-memref-call-conv into pass flags
of LLVMLoweringPass.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73912

Files:
  mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir
  mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73912.242139.patch
Type: text/x-patch
Size: 5458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/49db1b4a/attachment-0001.bin>


More information about the llvm-commits mailing list