This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Decouple V and Zve64*
AbandonedPublic

Authored by eopXD on Jan 21 2022, 12:51 PM.

Details

Reviewers
craig.topper
asb
Summary

Now with existing macros to imply elen and elen_fp for rvv, we should decouple
the implication between V and Zve*.

Diff Detail

Event Timeline

eopXD created this revision.Jan 21 2022, 12:51 PM
eopXD requested review of this revision.Jan 21 2022, 12:51 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 21 2022, 12:51 PM
eopXD updated this revision to Diff 402080.Jan 21 2022, 12:52 PM

Update code.

eopXD updated this revision to Diff 402085.Jan 21 2022, 12:53 PM

Update code.

eopXD updated this revision to Diff 402170.Jan 21 2022, 8:50 PM

Update code: adjust testcase due to change of implication.

eopXD updated this revision to Diff 402172.Jan 21 2022, 9:40 PM

Update code.

I did some similar change in my revision https://reviews.llvm.org/D117854.

eopXD abandoned this revision.Jan 21 2022, 10:25 PM

I did some similar change in my revision https://reviews.llvm.org/D117854.

Yeah I guess we can do that all in one commit.
Thank you for doing it.