This is an archive of the discontinued LLVM Phabricator instance.

[4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics
ClosedPublic

Authored by eopXD on Jan 3 2023, 6:51 PM.

Details

Summary

The destination parameter is still needed as the computation requires
so.

The default policy for non-policy (implicit) vslideup intrinsics
will be tail agnostic and mask undisturbed.

This is the 4th commit of a patch-set that aims to remove the
IsPrototypeDefaultTU special case for the rvv-intrinsics.

Please refer to the cover letter in the 1st commit (D140895) for an overview.

Diff Detail

Event Timeline

eopXD created this revision.Jan 3 2023, 6:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 6:51 PM
eopXD requested review of this revision.Jan 3 2023, 6:51 PM
eopXD retitled this revision from [WIP][4/6][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics to [WIP][4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics.Jan 3 2023, 7:11 PM
eopXD retitled this revision from [WIP][4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics to [4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics.Jan 11 2023, 3:51 AM
eopXD updated this revision to Diff 488150.Jan 11 2023, 4:14 AM

Rebase on top of landing of D141198.

eopXD updated this revision to Diff 488571.Jan 12 2023, 3:02 AM

Rebase upon updated version of [3/N]

This revision is now accepted and ready to land.Jan 12 2023, 11:50 AM
eopXD updated this revision to Diff 489268.Jan 14 2023, 8:50 AM

Rebase to latest main.

This revision was landed with ongoing or failed builds.Jan 23 2023, 11:47 PM
This revision was automatically updated to reflect the committed changes.