This is an archive of the discontinued LLVM Phabricator instance.

[7/11][POC][Clang][RISCV] Define tuple type variant of vssseg2e32
ClosedPublic

Authored by eopXD on Apr 10 2023, 12:41 AM.

Details

Summary

For the cover letter of this patch-set, please checkout D146872.

Depends on D147912.

This is the 7th patch of the patch-set.

This patch is a proof-of-concept and will be extended to full coverage
in the future. Currently, the old non-tuple strided segment store is
not removed, and only signed integer strided segment store of NF=2,
EEW=32 is defined here.

Diff Detail

Event Timeline

eopXD created this revision.Apr 10 2023, 12:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2023, 12:41 AM
eopXD requested review of this revision.Apr 10 2023, 12:41 AM
eopXD retitled this revision from [7/N][POC][Clang] Define tuple type variant of vssseg2e32 to [7/11][POC][Clang][RISCV] Define tuple type variant of vssseg2e32.Apr 10 2023, 12:55 AM
eopXD edited the summary of this revision. (Show Details)
craig.topper added inline comments.Apr 18 2023, 4:49 PM
clang/include/clang/Basic/riscv_vector.td
1721

Same comment as last review

eopXD updated this revision to Diff 516302.Apr 24 2023, 1:26 AM

Address comment from Craig.

eopXD marked an inline comment as done.Apr 24 2023, 1:26 AM
evandro removed a subscriber: evandro.May 17 2023, 3:52 PM
eopXD updated this revision to Diff 523489.May 18 2023, 11:54 AM

Reduce variable declared but only used once.

eopXD updated this revision to Diff 523623.May 18 2023, 5:45 PM

Removed another variable that is too verbose.

This revision is now accepted and ready to land.May 18 2023, 6:26 PM
This revision was landed with ongoing or failed builds.May 22 2023, 4:14 AM
This revision was automatically updated to reflect the committed changes.