This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add vector float instructions
ClosedPublic

Authored by kaz7 on Oct 26 2020, 8:54 AM.

Details

Summary

Add VFAD/VFSB/VFMP/VFDV/VFSQRT/VFCP/VFCM/VFMAD/VFMSB/VFNMAD/VFNMSB/
VRCP/VRSQRT/VRSQRTNEX/VFIX/VFIXX/VFLT/VFLTX/VCVS/VCVD instructions.
Add regression tests too. Also add additional AsmParser for VFIX
and VFIXX instructions to parse their mnemonic.

Diff Detail

Event Timeline

kaz7 created this revision.Oct 26 2020, 8:54 AM
kaz7 requested review of this revision.Oct 26 2020, 8:54 AM
simoll accepted this revision.Oct 27 2020, 1:57 AM
This revision is now accepted and ready to land.Oct 27 2020, 1:57 AM
This revision was landed with ongoing or failed builds.Oct 27 2020, 4:42 AM
This revision was automatically updated to reflect the committed changes.