Tuples types 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).
Details
Details
- Reviewers
rriddle mehdi_amini - Commits
- rG4d9336923ec3: Use type alias for large tuples
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes, will do. I'll have it just verify this happens but not at a specific size (e.g., create tuple with 40 elements) as the exact number may change. I'll submit one later today