infra
infra copied to clipboard
mlir-opt vs mlir-translate ?
In the line referenced [1] , why do you use mlir-translate instead of mlir-opt ? Background here (https://discourse.llvm.org/t/doc-mlir-translate-mlir-opt/60751)
I would try to make it mlir-opt in case it's a bug, as mlir-opt is similar to llvm-opt and is what used for testing the IR, which can be the main usage of CE.
[1] https://github.com/compiler-explorer/infra/blob/c5cc7e516b8c3017a026734f23b49753c96920dc/bin/yaml/cpp.yaml#LL756C7-L756C46