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

[misc] Remove unused code/comments in transforms/simpilfy.cpp #1812

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

yuanming-hu
Copy link
Member

@@ -71,57 +71,9 @@ class BasicBlockSimplify : public IRVisitor {
}
}

// weaken indexing
Copy link
Member Author

Choose a reason for hiding this comment

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

This part simplifies LoopIndex + constant(a) + constant(b) + constant(c) into LoopIndex + constant(a + b + c).

Copy link
Collaborator

@xumingkuan xumingkuan left a comment

Choose a reason for hiding this comment

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

Cool!

@yuanming-hu yuanming-hu merged commit 6052a54 into taichi-dev:master Aug 31, 2020
@yuanming-hu yuanming-hu mentioned this pull request Sep 1, 2020
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