From: Stephen Neuendorffer Date: Mon, 26 Oct 2020 22:45:57 +0000 (-0700) Subject: [mlir] Document 'ParentOneOf' with the HasParent trait X-Git-Tag: llvmorg-13-init~8098 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=745c1671b16afd6faac84c660eeab881dd6401cf;p=platform%2Fupstream%2Fllvm.git [mlir] Document 'ParentOneOf' with the HasParent trait Differential Revision: https://reviews.llvm.org/D90197 --- 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`.