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 404213 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/avx512fp16-frem.ll
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clang-format: please reformat the code
- for (auto VT : { MVT::v8f16, MVT::v16f16, MVT::v32f16, - MVT::v4f32, MVT::v8f32, MVT::v16f32, - MVT::v2f64, MVT::v4f64, MVT::v8f64 }) { + for (auto VT : {MVT::v8f16, MVT::v16f16, MVT::v32f16, MVT::v4f32, MVT::v8f32, + MVT::v16f32, MVT::v2f64, MVT::v4f64, MVT::v8f64}) {