There is an implicit i64 cast due to the << during MulOp's folder.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It looks like this was not enough and you'll need an explicit cast. There's also a second one a few lines down: https://lab.llvm.org/buildbot/#/builders/13/builds/25203/steps/6/logs/stdio
Comment Actions
The windows mlir bot is still broken, if we can't get a fix today, I'll go ahead and revert the changes:
https://lab.llvm.org/buildbot/#/builders/13/builds/25203/steps/6/logs/stdio
Comment Actions
Generally we prefer to fix forward MSVC compiler errors as the LLVM CI runs a clang build, as many contributors do not have access to windows development machines.