Promote fp16 to fp32 for frem.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Paths 
  |  Differential  D118470  
[X86][avx512fp16] Promote fp16 to fp32 for frem. ClosedPublic Authored by LuoYuanke on Jan 28 2022, 6:55 AM. 
Details Summary Promote fp16 to fp32 for frem. 
Diff Detail 
 Event Timeline
 This revision is now accepted and ready to land.Jan 28 2022, 7:11 PM This revision was landed with ongoing or failed builds.Jan 28 2022, 7:41 PM Closed by commit rGbe44177edea5: [X86][avx512fp16] Promote fp16 to fp32 for frem. (authored by LuoYuanke).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 404012 llvm/lib/Target/X86/X86ISelLowering.cpp
 
 llvm/test/CodeGen/X86/avx512fp16-frem.ll
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can we add MVT::v8f16, MVT::v16f16, MVT::v32f16 here instead? I think it's fine not adding tests to others at the present.