Use type alias for large tuples
Tuples can occupy quite a lot of space, instead of printing out tuple type everywhere, just use the type alias if larger (arbitrarily chose a bound for now). Differential Revision: https://reviews.llvm.org/D95707
Loading
Please sign in to comment