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

[loop] moved loop iteration utils to LoopUtils, so that Middle end pa… #225

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

F-Stuckmann
Copy link
Collaborator

@F-Stuckmann F-Stuckmann commented Oct 28, 2024

moved loop iteration utils to LoopUtils, so that Middle end passes also have access

/// single block loops, that's automatically true.
std::optional<int64_t> getMinTripCount(const MachineBasicBlock &LoopBlock);

/// Loop for the attribute that provides minimum iteration counts
Copy link
Collaborator

Choose a reason for hiding this comment

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

Look

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed it

@F-Stuckmann F-Stuckmann force-pushed the stuckmann.loop.itercount branch from 379b7a6 to 5fd7783 Compare October 31, 2024 11:33
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

@F-Stuckmann F-Stuckmann merged commit f66d118 into aie-public Nov 4, 2024
8 checks passed
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.

4 participants