You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sil] Teach the SILVerifier how to validate that a builtin insts are 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.
0 commit comments