[Mlir-commits] [flang] [mlir] [MLIR] Add cpow support in ComplexToROCDLLibraryCalls (PR #153183)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Aug 13 15:55:47 PDT 2025
================
@@ -110,9 +167,10 @@ void ConvertComplexToROCDLLibraryCallsPass::runOnOperation() {
ConversionTarget target(getContext());
target.addLegalDialect<func::FuncDialect>();
+ target.addLegalOp<complex::MulOp>();
----------------
krzysz00 wrote:
This bit is what's rubbing me the wrong way
https://github.com/llvm/llvm-project/pull/153183
More information about the Mlir-commits
mailing list