[Mlir-commits] [mlir] [mlir] Use custom mlir::Complex type for non-float complex numbers (PR #191821)
Rahul Joshi
llvmlistbot at llvm.org
Wed Apr 29 05:17:27 PDT 2026
================
@@ -0,0 +1,261 @@
+//===- Complex Number type for use in MLIR ----------------------*- C++ -*-===//
----------------
jurahul wrote:
nit: see https://llvm.org/docs/CodingStandards.html#file-headers
file description goes to a later part of the header
https://github.com/llvm/llvm-project/pull/191821
More information about the Mlir-commits
mailing list