This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add T-HEAD extension support
Needs ReviewPublic

Authored by JojoR on Apr 27 2023, 4:41 AM.

Details

Summary

Add T-HEAD extension support
Depends on D140771

Diff Detail

Event Timeline

JojoR created this revision.Apr 27 2023, 4:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2023, 4:41 AM
JojoR requested review of this revision.Apr 27 2023, 4:41 AM
asb added a comment.May 3 2023, 3:56 AM

Shouldn't there be some test changes along with this?

JojoR added a comment.May 7 2023, 11:56 PM

Shouldn't there be some test changes along with this?

Apologies for the lack of a response.
Yes, the usecase will be in next patch, we split big clang intrinsic like other vendor extension as D147935

JojoR added a comment.May 12 2023, 1:05 AM

Shouldn't there be some test changes along with this?

Apologies for the lack of a response.
Yes, the usecase will be in next patch, we split big clang intrinsic like other vendor extension as D147935

@asb @craig.topper @kito-cheng Any prefer or suggestions ?