This patch enables the X86 backend support for strict float operation: fpextend/fpround/fsqrt
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D71184
[X86] Add supports for strict float operation fpextend/fpround/fsqrt ClosedPublic Authored by LiuChen3 on Dec 9 2019, 12:48 AM.
Details Summary This patch enables the X86 backend support for strict float operation: fpextend/fpround/fsqrt
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 9 2019, 10:42 AM Comment Actions
Thanks. Closed by commit rGbbf7860b9371: add support for strict operation fpextend/fpround/fsqrt on X86 backend (authored by LiuChen3). · Explain WhyDec 9 2019, 5:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 232974 llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/lib/Target/X86/X86InstrSSE.td
llvm/test/CodeGen/X86/fp-strict-scalar.ll
llvm/test/CodeGen/X86/vec-strict-128.ll
llvm/test/CodeGen/X86/vec-strict-256.ll
llvm/test/CodeGen/X86/vec-strict-512.ll
|
Please add back the blank line that was here