This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Set the vector calling convention if any of input type or return type is vector
Needs ReviewPublic

Authored by 4vtomat on Aug 3 2023, 8:57 PM.

Details

Summary

Add an option to deduce vector calling convention(default false).
If the option is set to 'true', once any of input type or return
type is vector, the vector calling convention would be turned on.

Depends on D154576

Diff Detail

Event Timeline

4vtomat created this revision.Aug 3 2023, 8:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 8:57 PM
4vtomat requested review of this revision.Aug 3 2023, 8:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 8:57 PM
4vtomat updated this revision to Diff 550246.Aug 15 2023, 4:09 AM

Add an option to deduce vector cc(default off).

4vtomat updated this revision to Diff 550249.Aug 15 2023, 4:12 AM

Update commit message.

4vtomat edited the summary of this revision. (Show Details)Aug 15 2023, 4:13 AM