Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: fix compute_va_type issue with Type
Issue noted in #42498. This should be the same as Core.Compiler.tuple_tfunc. Otherwise we might accidentally constant-fold something like: code_llvm((x...) -> x isa Tuple{Type{Tuple{Any}},Int}, (Type{Tuple{Any}}, Int)) to return true. This is rarely a compile-sig in practice, so it does not usually affect code, but is observable there in the IR.
- Loading branch information