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

Override try_[r]fold for RangeInclusive #48012

Merged
merged 1 commit into from
Feb 6, 2018

Commits on Feb 5, 2018

  1. Override try_[r]fold for RangeInclusive

    Because the last item needs special handling, it seems that LLVM has trouble canonicalizing the loops in external iteration.  With the override, it becomes obvious that the start==end case exits the loop (as opposed to the one *after* that exiting the loop in external iteration).
    scottmcm committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    1b1e887 View commit details
    Browse the repository at this point in the history