[Mlir-commits] [flang] [mlir] [MLIR] Add ComplexTOROCDL pass (PR #144926)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Jun 24 08:42:50 PDT 2025
================
@@ -0,0 +1,26 @@
+// RUN: mlir-opt %s -convert-complex-to-rocdl | FileCheck %s
+
+// CHECK-DAG: @__ocml_cabs_f32(complex<f32>) -> f32
----------------
krzysz00 wrote:
Sorry, to be clear ... does this work after you lower to ROCDL-flavored LLVM?
https://github.com/llvm/llvm-project/pull/144926
More information about the Mlir-commits
mailing list