Skip to content

Commit 2b06698

Browse files
lhutton1Jerry-Ge
authored andcommitted
[mlir][tosa] Add missing controlflow extension comment
A previous patch(#128216) that added the support for the control flow extension overlooked adding a comment. This patch adds the comment. Change-Id: I5f922e23c6eecdef70968d5ee3e986446dd147de Signed-off-by: Luke Hutton <[email protected]>
1 parent a19e685 commit 2b06698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)