Skip to content

[SILOptimizer] Remove Identity instructions - Peephole in SimplifyInstruction #5633

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
Nov 3, 2016

Conversation

shajrawi
Copy link

@shajrawi shajrawi commented Nov 3, 2016

radar rdar://problem/29056555

Encountered patterns of extOrBitCast_Int64_Int64(x) -> x and truncOrBitCast_Int64_Int64(x) -> x

These instructions are basically identity instruction when the two types are the same.

PR adds support for this pattern in SimplifyInstruction + unit test(s)

@shajrawi
Copy link
Author

shajrawi commented Nov 3, 2016

@swift-ci Please smoke test

@shajrawi shajrawi merged commit e524979 into swiftlang:master Nov 3, 2016
@shajrawi shajrawi deleted the identity_SimplifyInstruction branch November 3, 2016 21:42
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