[all-commits] [llvm/llvm-project] ce674b: [mlir] Add support for marking 'unknown' operation...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Jan 27 19:53:02 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce674b131b66105ecd3918a11de4eb0205b50f99
      https://github.com/llvm/llvm-project/commit/ce674b131b66105ecd3918a11de4eb0205b50f99
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M mlir/docs/DialectConversion.md
    M mlir/include/mlir/Transforms/DialectConversion.h
    M mlir/lib/Transforms/DialectConversion.cpp
    M mlir/test/Transforms/test-legalizer-full.mlir
    M mlir/test/lib/TestDialect/TestPatterns.cpp

  Log Message:
  -----------
  [mlir] Add support for marking 'unknown' operations as dynamically legal.

Summary: This allows for providing a default "catchall" legality check that is not dependent on specific operations or dialects. For example, this can be useful to check legality based on the specific types of operation operands or results.

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




More information about the All-commits mailing list