compiler: add large aggregate IR tests

Add compiler coverage for large aggregate parameters and results,
including function values, interfaces, maps, channels, selects, deferred
calls, goroutines, phis, and multiple results.
This commit is contained in:
Jake Bailey
2026-07-14 07:07:24 -07:00
committed by Damian Gryski
parent bc35d087c2
commit 3b7c9e24f5
3 changed files with 566 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ func TestCompiler(t *testing.T) {
{"gc.go", "", ""},
{"zeromap.go", "", ""},
{"generics.go", "", ""},
{"large.go", "", ""},
}
if goMinor >= 20 {
tests = append(tests, testCase{"go1.20.go", "", ""})