================ @@ -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