This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Define vector single-width type-convert intrinsic.
ClosedPublic

Authored by monkchiang on Dec 29 2020, 11:02 PM.

Details

Summary

Define intrinsics:

  1. vfcvt.xu.f.v/vfcvt.x.f.v
  2. vfcvt.rtz.xu.f.v/vfcvt.rtz.x.f.v
  3. vfcvt.f.xu.v/vfcvt.f.x.v

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

Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Monk Chiang <monk.chiang@sifive.com>

Diff Detail