Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIE2] Enable LDA to use optimal itinerary #169

Merged
merged 4 commits into from
Sep 29, 2024

Conversation

krishnamtibrewala
Copy link
Collaborator

@krishnamtibrewala krishnamtibrewala commented Aug 23, 2024

Enable LDA , and PostInc. Load with various addr mode to use optimal itinerary

@@ -583,11 +583,15 @@ class EncodingByHwMode<list<HwMode> Ms = [], list<InstructionEncoding> Ts = []>
list<InstructionEncoding> Objects = Ts;
}

class OperandRegClass<int OperIdx, RegisterClass Reg> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I think this should rather be in llvm/Target/AIETarget.td

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We needed list<ItinRegClassPair> as part of class Instruction thus we needed this to be added to Target.td

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably could have included Target.td in AIETarget.td

gbossu
gbossu previously approved these changes Sep 29, 2024
Copy link
Collaborator

@gbossu gbossu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@krishnamtibrewala krishnamtibrewala enabled auto-merge (rebase) September 29, 2024 14:59
@krishnamtibrewala krishnamtibrewala merged commit 40bd611 into aie-public Sep 29, 2024
8 checks passed
@krishnamtibrewala krishnamtibrewala deleted the aie2-LDA-var-itin branch September 29, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants