[all-commits] [llvm/llvm-project] 1c9c2c: [mlir] Remove the default isDynamicallyLegal hook
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Jul 29 02:03:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c9c2c91d4d4b62d99ea1472de4d01eb7d7e6ee0
https://github.com/llvm/llvm-project/commit/1c9c2c91d4d4b62d99ea1472de4d01eb7d7e6ee0
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M mlir/docs/DialectConversion.md
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir] Remove the default isDynamicallyLegal hook
This is redundant with the callback variant and untested. Also remove
the callback-less methods for adding a dynamically legal op, as they
are no longer useful.
Differential Revision: https://reviews.llvm.org/D106786
More information about the All-commits
mailing list