[all-commits] [llvm/llvm-project] 88bc24: [mlir] Allow setting operation legality with an Op...
Fehr Mathieu via All-commits
all-commits at lists.llvm.org
Wed Apr 27 08:55:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88bc24a7e39ef3f85857c3d0857e0e5c93b50bbc
https://github.com/llvm/llvm-project/commit/88bc24a7e39ef3f85857c3d0857e0e5c93b50bbc
Author: Mathieu Fehr <mathieu.fehr at gmail.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M mlir/include/mlir/Transforms/DialectConversion.h
A mlir/test/Transforms/test-rewrite-dynamic-op.mlir
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir] Allow setting operation legality with an OperationName
This is necessary to handle conversions of operations defined at runtime in extensible dialects.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D124353
More information about the All-commits
mailing list