[all-commits] [llvm/llvm-project] 8de482: [MLIR] Modify Partial op conversion mode to option...

lucyrfox via All-commits all-commits at lists.llvm.org
Thu Apr 30 09:55:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8de482ea9aa6fda6aa1050ab500157790b864454
      https://github.com/llvm/llvm-project/commit/8de482ea9aa6fda6aa1050ab500157790b864454
  Author: Lucy Fox <lucyfox at google.com>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

  Changed paths:
    M mlir/include/mlir/Transforms/DialectConversion.h
    M mlir/lib/Transforms/DialectConversion.cpp
    M mlir/test/Transforms/test-legalizer.mlir
    M mlir/test/lib/Dialect/Test/TestPatterns.cpp

  Log Message:
  -----------
  [MLIR] Modify Partial op conversion mode to optionally track all non-legalizable operations.

There are three op conversion modes: Partial, Full, and Analysis. This change modifies the Partial mode to optionally take a set of non-legalizable ops. If this parameter is specified, all ops that are not legalizable (i.e. would cause full conversion to fail) are tracked throughout the partial legalization.

Differential Revision: https://reviews.llvm.org/D78788




More information about the All-commits mailing list