Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
1566–1569 | Maybe add setOperationPromotedToType(Opc, MVT::v16f16, MVT::v16f32); here too? |
Paths
| Differential D130059
[X86] Promote v32f16's fadd into v32f32's fadd when it is avx512 without avx512fp16 ClosedPublic Authored by yubing on Jul 18 2022, 10:37 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 18 2022, 11:22 PM This revision was landed with ongoing or failed builds.Jul 18 2022, 11:38 PM Closed by commit rGe01bf5a3e2d2: [X86] Promote v32f16's fadd into v32f32's fadd when it is avx512 without… (authored by yubing). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 445703 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/avx512-f16c-v16f16-fadd.ll
llvm/test/CodeGen/X86/avx512-skx-v32f16-fadd.ll
|
Maybe add setOperationPromotedToType(Opc, MVT::v16f16, MVT::v16f32); here too?