This fixes pr52011.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/X86/avx512fp16-abi.c | ||
---|---|---|
203 | Add more cases for the struct composed of _Float16, float, double, struct {}? |
clang/test/CodeGen/X86/avx512fp16-abi.c | ||
---|---|---|
207 | Why not test CPP as well? |
clang/test/CodeGen/X86/avx512fp16-abi.c | ||
---|---|---|
207 | CPP doesn't allow unnamed struct defined in the result type. I can change them to named struct. |
Add more cases for the struct composed of _Float16, float, double, struct {}?