From 745c1671b16afd6faac84c660eeab881dd6401cf Mon Sep 17 00:00:00 2001 From: Stephen Neuendorffer Date: Mon, 26 Oct 2020 15:45:57 -0700 Subject: [PATCH] [mlir] Document 'ParentOneOf' with the HasParent trait Differential Revision: https://reviews.llvm.org/D90197 --- mlir/docs/Traits.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mlir/docs/Traits.md b/mlir/docs/Traits.md index b8debb7..50c67c7 100644 --- a/mlir/docs/Traits.md +++ b/mlir/docs/Traits.md @@ -263,7 +263,8 @@ assumption based on it. ### HasParent -* `OpTrait::HasParent` -- `HasParent` +* `OpTrait::HasParent` -- `HasParent` or + `ParentOneOf opList>` This trait provides APIs and verifiers for operations that can only be nested within regions that are attached to operations of `ParentOpType`. -- 2.7.4