Skip to content

Commit f611e95

Browse files
Jerry-Gelhutton1
andauthored
[mlir][tosa] Add missing controlflow extension comment (#129338)
A previous patch(#128216) that added the support for the control flow extension overlooked adding a comment. This patch adds the comment. Signed-off-by: Luke Hutton <[email protected]> Co-authored-by: Luke Hutton <[email protected]>
1 parent 24921a9 commit f611e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class Tosa_I32EnumAttr<string name, string description, string mnemonic,
233233
// FP8E5M2 : 8-bit floating-point operations E5M2.
234234
// FFT : Fast Fourier Transform operations.
235235
// VARIABLE : Stateful variable operations.
236+
// CONTROLFLOW : Control Flow operations.
236237
//===----------------------------------------------------------------------===//
237238

238239
def Tosa_NONE : I32EnumAttrCase<"none", 0>;

0 commit comments

Comments
 (0)