[Mlir-commits] [flang] [mlir] [MLIR] Add ComplexTOROCDL pass (PR #144926)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Jun 19 11:25:24 PDT 2025


================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -convert-complex-to-rocdl -canonicalize | FileCheck %s
----------------
ftynse wrote:

Please make tests minimal by not running passes that are not being tested, such as the canonicalizer.

https://github.com/llvm/llvm-project/pull/144926


More information about the Mlir-commits mailing list