[Mlir-commits] [mlir] f611e95 - [mlir][tosa] Add missing controlflow extension comment (#129338)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Mar 1 01:31:30 PST 2025


Author: Jerry-Ge
Date: 2025-03-01T09:31:26Z
New Revision: f611e95d30df6e8e25818008c8abb57b7ebb8f5c

URL: https://github.com/llvm/llvm-project/commit/f611e95d30df6e8e25818008c8abb57b7ebb8f5c
DIFF: https://github.com/llvm/llvm-project/commit/f611e95d30df6e8e25818008c8abb57b7ebb8f5c.diff

LOG: [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 <luke.hutton at arm.com>
Co-authored-by: Luke Hutton <luke.hutton at arm.com>

Added: 
    

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

Removed: 
    


################################################################################
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<string name, string description, string mnemonic,
 // FP8E5M2      : 8-bit floating-point operations E5M2.
 // FFT          : Fast Fourier Transform operations.
 // VARIABLE     : Stateful variable operations.
+// CONTROLFLOW  : Control Flow operations.
 //===----------------------------------------------------------------------===//
 
 def Tosa_NONE : I32EnumAttrCase<"none", 0>;


        


More information about the Mlir-commits mailing list