Skip to content

[sil] Teach the SILVerifier how to validate that a builtin insts are … #27251

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

Conversation

gottesmm
Copy link
Contributor

…always mapped to a known builtin.

The builtin instruction in SIL identifies the operation that it performs via a
simple string name. This commit changes the SILVerifier so that we validate that
any builtin inst can be mapped via its string name to a /true/ builtin value
decl.

Just tightening up the IR model.

…always mapped to a known builtin.

The builtin instruction in SIL identifies the operation that it performs via a
simple string name. This commit changes the SILVerifier so that we validate that
any builtin inst can be mapped via its string name to a /true/ builtin value
decl.

Just tightening up the IR model.
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test and merge

@swift-ci swift-ci merged commit 059b0c8 into swiftlang:master Sep 19, 2019
@gottesmm gottesmm deleted the pr-92691592fd64691bf3f49ee560d0965c74a670c2 branch September 19, 2019 17:16
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