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

Akash Banerjee llvmlistbot at llvm.org
Tue Jun 24 08:45:45 PDT 2025


================
@@ -0,0 +1,26 @@
+// RUN: mlir-opt %s -convert-complex-to-rocdl | FileCheck %s
+
+// CHECK-DAG: @__ocml_cabs_f32(complex<f32>) -> f32
----------------
TIFitis wrote:

Oh sorry I misunderstood, yes it works end-to-end when used in conjunction with #144924 & #144927.

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


More information about the Mlir-commits mailing list