Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: rein in overzealous cast monomorphization.
This caused failures on e.g. "int32(var64a >> var64b)", where the type of the argument is already fully known, but was unified with the result of the cast anyway.