[all-commits] [llvm/llvm-project] 96caf3: [mlir] Hoist out getRequestedOpDefinitions helper
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Apr 6 12:54:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96caf3817f4771eb6ef496371b62e69994ef28cf
https://github.com/llvm/llvm-project/commit/96caf3817f4771eb6ef496371b62e69994ef28cf
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M mlir/tools/mlir-tblgen/CMakeLists.txt
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/OpDocGen.cpp
A mlir/tools/mlir-tblgen/OpGenHelpers.cpp
A mlir/tools/mlir-tblgen/OpGenHelpers.h
Log Message:
-----------
[mlir] Hoist out getRequestedOpDefinitions helper
Enables performing the same filtering in the op doc definition as in the op definition generator.
Differential Revision: https://reviews.llvm.org/D99793
More information about the All-commits
mailing list