- Regression with npot vector in struct triggering an assert #2219.

This commit is contained in:
Christoffer Lerno
2025-12-05 17:26:22 +01:00
parent 608fc4df9f
commit 034a048c8a
4 changed files with 71 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ extern fn void foo(Vec4f) @cname("foo");
/* #expect: test.ll
declare void @foo(double, double) #0
declare void @foo(<2 x float>, <2 x float>) #0