We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19afb88 commit 05a2443Copy full SHA for 05a2443
mlir/include/mlir/Support/StateStack.h
@@ -7,7 +7,8 @@
7
//===----------------------------------------------------------------------===//
8
//
9
// This file defines utilities for storing a stack of generic context.
10
-// The context can be arbitrary data, possibly including file-scoped types.
+// The context can be arbitrary data, possibly including file-scoped types. Data
11
+// must be derived from StateStackFrameBase and implement MLIR TypeID.
12
13
14
0 commit comments