Add lower for G_FPTOUI. Algorithm is similar to the SDAG version
in TargetLowering::expandFP_TO_UINT.
Lower G_FPTOUI for MIPS32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66929
[MIPS GlobalISel] Lower fptoui ClosedPublic Authored by Petar.Avramovic on Aug 29 2019, 1:00 AM.
Details Summary Add lower for G_FPTOUI. Algorithm is similar to the SDAG version
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 29 2019, 6:53 AM Closed by commit rL370431: [MIPS GlobalISel] Lower fptoui (authored by Petar.Avramovic). · Explain WhyAug 29 2019, 10:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218024 llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
llvm/trunk/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/trunk/lib/Target/Mips/MipsLegalizerInfo.cpp
llvm/trunk/test/CodeGen/Mips/GlobalISel/legalizer/fptosi_and_fptoui.mir
llvm/trunk/test/CodeGen/Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll
|