Decoupled generics (#2695)

This commit is contained in:
Christoffer Lerno
2025-12-29 17:01:03 +01:00
committed by GitHub
parent bf1d401566
commit d96624c578
68 changed files with 1263 additions and 808 deletions

View File

@@ -35,9 +35,10 @@ fn void main()
/* #expect: test.ll
%Client = type <{ i32, %MsgHeader, i16, [2 x i8], %ElasticArray }>
%Client = type <{ i32, %MsgHeader, i16, [2 x i8], %"ElasticArray{ulong, 1}" }>
%MsgHeader = type { i64 }
%ElasticArray = type { i64, [1 x i64] }
%"ElasticArray{ulong, 1}" = type { i64, [1 x i64] }
define void @test.main() #0 {
entry:
%a = alloca ptr, align 8