From 2b06698e82177849c301719494bfae5b4dd00cd5 Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Mon, 9 Dec 2024 14:46:43 +0000 Subject: [PATCH] [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 --- mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td index ce17ad9362227..dceac03375606 100644 --- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td +++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td @@ -233,6 +233,7 @@ class Tosa_I32EnumAttr;