Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid forming Tuple{Union(), ...}, which was confusing codegen.
see comment in #11100 ideally, any Tuple containing Union() should collapse to Union(), but I will just put a bandaid on this for now.
- Loading branch information
4d9bc85
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes an MSVC build freeze during first-stage bootstrap, oddly. Maybe an LLVM bug since it seems fine everywhere else.
4d9bc85
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems better now, wonder what fixed it