Skip to content

[mlir][complex][NFC] Fix typo in PowOp #137240

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
Apr 24, 2025
Merged

Conversation

clementval
Copy link
Contributor

No description provided.

@clementval clementval requested a review from d0k April 24, 2025 19:40
@llvmbot llvmbot added mlir mlir:complex MLIR complex dialect labels Apr 24, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 24, 2025

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-complex

Author: Valentin Clement (バレンタイン クレメン) (clementval)

Changes

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

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td (+1-1)
diff --git a/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td b/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
index d660292478b19..44590406301eb 100644
--- a/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
+++ b/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
@@ -432,7 +432,7 @@ def NotEqualOp : Complex_Op<"neq",
 def PowOp : ComplexArithmeticOp<"pow"> {
   let summary = "complex power function";
   let description = [{
-    The `sqrt` operation takes a complex number raises it to the given complex
+    The `pow` operation takes a complex number raises it to the given complex
     exponent.
 
     Example:

@clementval clementval merged commit 63f5c6a into main Apr 24, 2025
9 of 13 checks passed
@clementval clementval deleted the users/clementval/complex1 branch April 24, 2025 19:54
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
Ankur-0429 pushed a commit to Ankur-0429/llvm-project that referenced this pull request May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:complex MLIR complex dialect mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants