This is an archive of the discontinued LLVM Phabricator instance.

[3/7][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics
ClosedPublic

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

Details

Summary

The destination parameter is removed for non-policy unmasked vslidedown
intrinsics.

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

This is the 3rd 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:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 6:39 PM
eopXD requested review of this revision.Jan 3 2023, 6:39 PM
eopXD updated this revision to Diff 486137.Jan 3 2023, 6:40 PM

Bump CI.

eopXD retitled this revision from [WIP][3/6][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics to [WIP][3/7][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics.Jan 3 2023, 7:11 PM
eopXD retitled this revision from [WIP][3/7][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics to [3/7][Clang][RISCV] Remove default tail-undisturbed for vslidedown intrinsics.Jan 11 2023, 3:38 AM
eopXD updated this revision to Diff 488145.Jan 11 2023, 3:48 AM

Rebase on top of landing of D141198.

eopXD updated this revision to Diff 488570.Jan 12 2023, 2:59 AM

Update test case leftout in previous diff.

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

Rebase to latest main.

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