Hello,
Is there a way to allow iree-translate to work on an input file containing linalg.init_tensor ops ?
With such a file, the command ```iree-translate myfile.mlir -iree-input-type=mhlo -iree-mlir-to-vm-bytecode-module -iree-hal-target-backends=dylib-llvm-aot -o myfile.vmfb``` fails with the following message : "error: failed to legalize operation 'linalg.init_tensor' that was explicitly marked illegal"
I use iree built from the commit 02cfcd1e5561c0db0470d09644a1f527c259c208 (november 14, 2021).
Best regards,
Hugo