Skip to content

[mlir][tosa] Add missing controlflow extension comment #129338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

Jerry-Ge
Copy link
Member

A previous patch(#128216) that added the support for the control flow extension overlooked adding a comment. This patch adds the comment.

A previous patch(llvm#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]>
@llvmbot
Copy link
Member

llvmbot commented Feb 28, 2025

@llvm/pr-subscribers-mlir-tosa

@llvm/pr-subscribers-mlir

Author: Jerry-Ge (Jerry-Ge)

Changes

A previous patch(#128216) that added the support for the control flow extension overlooked adding a comment. This patch adds the comment.


Full diff: https://github.com/llvm/llvm-project/pull/129338.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td (+1)
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>;

@lhutton1 lhutton1 merged commit f611e95 into llvm:main Mar 1, 2025
14 checks passed
jph-13 pushed a commit to jph-13/llvm-project that referenced this pull request Mar 21, 2025
A previous patch(llvm#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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants