================
@@ -4346,9 +4376,12 @@ class FIRToLLVMLowering
});
}
+ mlir::ConversionConfig config;
+ config.buildMaterializations = false;
----------------
clementval wrote:
Same here.
https://github.com/llvm/llvm-project/pull/168703