[Mlir-commits] [mlir] [mlir] Use custom mlir::Complex type for non-float complex numbers (PR #191821)
Mehdi Amini
llvmlistbot at llvm.org
Thu Apr 30 04:52:38 PDT 2026
================
@@ -0,0 +1,269 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the declaration of the mlir::NonFloatComplex type and
+/// mlir::complex type alias. The interface is intended to match the
----------------
joker-eph wrote:
```suggestion
/// mlir::Complex type alias. The interface is intended to match the
```
https://github.com/llvm/llvm-project/pull/191821
More information about the Mlir-commits
mailing list