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
Test and document in bytecode.md the current result of changing attr names and op names. Note how this will this impact forward/backward compatibility.
The text was updated successfully, but these errors were encountered:
It seems that bytecode stability is comparable to generic printed IR. Changes to the mnemonic or attribute / type names will cause backward incompatibilities when deserializing bytecode. However changes to the C++ API will not cause cause incompatibilities in deserialization.
From this discussion in #60.
Test and document in
bytecode.md
the current result of changing attr names and op names. Note how this will this impact forward/backward compatibility.The text was updated successfully, but these errors were encountered: