This adds lowering of the llvm.fptosi.sat and llvm.fptoui.sat intinsics, selecting a VCVT instruction which under MVE will inherently perform the saturate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D107865
[ARM] Add MVE lowering for fptosi.sat ClosedPublic Authored by dmgreen on Aug 10 2021, 1:05 PM.
Details Summary This adds lowering of the llvm.fptosi.sat and llvm.fptoui.sat intinsics, selecting a VCVT instruction which under MVE will inherently perform the saturate.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 1 2021, 9:08 AM This revision was landed with ongoing or failed builds.Sep 1 2021, 2:39 PM Closed by commit rG49476a4d66b3: [ARM] Add MVE lowering for fptosi.sat (authored by dmgreen). · Explain Why This revision was automatically updated to reflect the committed changes. dmgreen mentioned this in rGf37e132263e4: [ARM] Add VFP lowering for fptosi.sat.Sep 3 2021, 10:11 AM
Revision Contents
Diff 370068 llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-fptosi-sat-vector.ll
llvm/test/CodeGen/Thumb2/mve-fptoui-sat-vector.ll
|