This is an archive of the discontinued LLVM Phabricator instance.

[VP][RISCV] Add vp.floor intrinsics and RISC-V support
AbandonedPublic

Authored by liaolucy on Sep 27 2022, 7:02 AM.

Details

Summary

vp.floor are vector predicted intrinsics of llvm.floor.
Similar to D134586

Diff Detail

Event Timeline

liaolucy created this revision.Sep 27 2022, 7:02 AM
liaolucy requested review of this revision.Sep 27 2022, 7:02 AM
craig.topper added inline comments.Sep 27 2022, 8:16 AM
llvm/docs/LangRef.rst
21383

"flooring value" is not a term." Should just be "floor"

This is missing tests for widening splitting that were adding to ceil patch later. Our engineer going to post the other intrinsics as soon as vp.ceil was approved. This is kind of duplicating work we were already working on.

liaolucy abandoned this revision.Sep 28 2022, 5:47 PM