[Mlir-commits] [flang] [mlir] [Flang] Add new ConvertComplexPow pass for Flang (PR #158642)
Leandro Lupori
llvmlistbot at llvm.org
Mon Sep 22 08:05:03 PDT 2025
luporl wrote:
> @luporl Can you point me to the build bot failure for this so I can investigate further? Thanks.
>
I noticed this when updating flang on my laptop. But it seems https://lab.llvm.org/buildbot/#/builders/130/builds/15415 is failing with the same issue. This bot uses gcc/ld instead of clang/lld.
> Also any chance that [fdb1f48](https://github.com/llvm/llvm-project/commit/fdb1f486387d46bd046d7827fcd19fa44118bffe) fixes it? All the build bots look green for it, except one broken build.
Unfortunately it doesn't fix the test, both on the buildbot as on my machine.
It seems to me `Transforms/convert-complex-pow.fir` should only be run if lld is enabled.
https://github.com/llvm/llvm-project/pull/158642
More information about the Mlir-commits
mailing list