Skip to content

[SILOpt] fix the ASAN issue in the new pass completely. #8712

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

Merged
merged 1 commit into from
Apr 12, 2017
Merged

[SILOpt] fix the ASAN issue in the new pass completely. #8712

merged 1 commit into from
Apr 12, 2017

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Apr 11, 2017

LLVM's ilist::erase is actually correct. It just implements a nonstandard remove
method that modifies its iterator argument.

I forgot to add "continue" statements when fixing the iterator-invalidation problem.

@atrick
Copy link
Contributor Author

atrick commented Apr 11, 2017

@swift-ci smoke test and merge.

LLVM's ilist::erase is actually correct. It just implements a nonstandard remove
method that modifies it's iterator argument.

I forgot to add "continue" statements when fixing the iterator-invalidation problem.
@atrick
Copy link
Contributor Author

atrick commented Apr 11, 2017

Pushed the wrong commit. Redo.
@swift-ci smoke test and merge.

@atrick
Copy link
Contributor Author

atrick commented Apr 11, 2017

@swift-ci smoke test and merge.

2 similar comments
@atrick
Copy link
Contributor Author

atrick commented Apr 11, 2017

@swift-ci smoke test and merge.

@atrick
Copy link
Contributor Author

atrick commented Apr 12, 2017

@swift-ci smoke test and merge.

@swift-ci swift-ci merged commit ee8f98a into swiftlang:master Apr 12, 2017
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