[PATCH] D75140: [MLIR] Add LLVMConversionTarget as a customization point. NFC.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 23:03:10 PST 2020


mehdi_amini added a comment.

Can you provide a description for this patch which would motivate this please?



================
Comment at: mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h:372
 
+/// Customization class for LLVM conversion target.
+class LLVMConversionTarget : public ConversionTarget {
----------------
It isn't clear what this means, what is a "Customization class" and what can we customized?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75140/new/

https://reviews.llvm.org/D75140





More information about the llvm-commits mailing list