This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Custom lower vector F(MIN|MAX)NUM to vf(min|max)
ClosedPublic

Authored by frasercrmck on Apr 22 2021, 2:10 AM.

Details

Summary

This patch adds support for both scalable- and fixed-length vector code
lowering of the llvm.minnum and llvm.maxnum intrinsics to the equivalent
RVV instructions.

Diff Detail

Event Timeline

frasercrmck created this revision.Apr 22 2021, 2:10 AM
frasercrmck requested review of this revision.Apr 22 2021, 2:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 2:10 AM
This revision is now accepted and ready to land.Apr 22 2021, 4:43 PM
This revision was landed with ongoing or failed builds.Apr 23 2021, 4:29 AM
This revision was automatically updated to reflect the committed changes.