This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add intrinsics for vfmv.v.f
ClosedPublic

Authored by craig.topper on Dec 21 2020, 5:39 PM.

Details

Summary

Also include a special case pattern to use vmv.v.x vd, zero when
the argument is 0.0.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 21 2020, 5:39 PM
craig.topper requested review of this revision.Dec 21 2020, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2020, 5:39 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
khchen accepted this revision.Dec 23 2020, 8:19 AM

LGTM

This revision is now accepted and ready to land.Dec 23 2020, 8:19 AM
This revision was automatically updated to reflect the committed changes.