This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Provide basic TargetTransformInfo implementation
ClosedPublic

Authored by zhaoqi5 on Apr 4 2023, 6:10 AM.

Details

Summary

This patch only provides basic LoongArchTTIImpl, and more hooks
will be added to provide TTI machinery for LoongArch soon.

Diff Detail

Event Timeline

zhaoqi5 created this revision.Apr 4 2023, 6:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 6:10 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
zhaoqi5 requested review of this revision.Apr 4 2023, 6:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 6:10 AM
zhaoqi5 edited the summary of this revision. (Show Details)Apr 4 2023, 6:12 AM
zhaoqi5 added reviewers: xen0n, xry111.
SixWeining accepted this revision.Apr 19 2023, 5:04 AM
SixWeining retitled this revision from [LoongArch] Provide basic TTI implementation for LoongArch to [LoongArch] Provide basic TargetTransformInfo implementation.
SixWeining edited the summary of this revision. (Show Details)

LGTM. I just amended the title and commit message a little.

This revision is now accepted and ready to land.Apr 19 2023, 5:05 AM
xen0n accepted this revision.Apr 19 2023, 5:16 AM

Trivial enough, thanks!