Details
Details
- Reviewers
benshi001 craig.topper
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/fp16-promote-strict.ll | ||
---|---|---|
2–3 | Does it intend to check sse only? The x86_64 will enable +sse2 by default. | |
6 | We have made half a legal type on SSE2 and above targets now. So they won't go into the SoftPromoteXXX anymore. |
llvm/test/CodeGen/X86/fp16-promote-strict.ll | ||
---|---|---|
6 | I got it, thanks for the reminder. |
Does it intend to check sse only? The x86_64 will enable +sse2 by default.