This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Define the remaining vector fixed-point arithmetic intrinsics
ClosedPublic

Authored by monkchiang on Dec 17 2020, 7:49 PM.

Details

Summary

This patch base on D93366, and define vector fixed-point intrinsics.

  1. vaaddu/vaadd/vasubu/vasub
  2. vsmul
  3. vssrl/vssra
  4. vnclipu/vnclip

    We work with @rogfer01 from BSC to come out this patch.

    Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com> Co-Authored-by: ShihPo Hung <shihpo.hung@sifive.com>

Diff Detail

Event Timeline

monkchiang created this revision.Dec 17 2020, 7:49 PM
monkchiang requested review of this revision.Dec 17 2020, 7:49 PM
monkchiang edited the summary of this revision. (Show Details)Dec 17 2020, 7:50 PM
monkchiang edited the summary of this revision. (Show Details)
monkchiang edited the summary of this revision. (Show Details)Dec 17 2020, 8:02 PM
This revision is now accepted and ready to land.Dec 18 2020, 2:03 PM