This is an archive of the discontinued LLVM Phabricator instance.

[5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics
ClosedPublic

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

Details

Summary

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

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

This is the 5th 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:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 6:58 PM
eopXD requested review of this revision.Jan 3 2023, 6:58 PM
eopXD retitled this revision from [WIP][5/6][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics to [WIP][5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics.Jan 3 2023, 7:11 PM
eopXD retitled this revision from [WIP][5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics to [5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics.Jan 11 2023, 4:14 AM
eopXD updated this revision to Diff 488152.Jan 11 2023, 4:23 AM

Rebase on top of landing of D141198.

eopXD updated this revision to Diff 488572.Jan 12 2023, 3:04 AM

Rebase upon update of [3/N]

This revision is now accepted and ready to land.Jan 12 2023, 11:51 AM
eopXD updated this revision to Diff 489279.Jan 14 2023, 10:34 AM

Rebase upon latest main.

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