[all-commits] [llvm/llvm-project] 0d2159: [mlir][ods] Allow references to the self type
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Sep 30 16:34:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d21596c1da5fd6b1c2d523937a7fe8903ad8589
https://github.com/llvm/llvm-project/commit/0d21596c1da5fd6b1c2d523937a7fe8903ad8589
Author: Jeff Niu <jeff at modular.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M mlir/test/mlir-tblgen/attr-or-type-format.td
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
Log Message:
-----------
[mlir][ods] Allow references to the self type
The self type always "bound" since it is provided to the attribute
parser hook. Allow custom directives to reference it.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D134997
More information about the All-commits
mailing list