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
preserves the encoding name of the instruction (#1303)
Ensures that the instruction encoding matches with the name of
encoding that is used to decode it. Before this fix, the encoding name
was sometimes taken from the triple, which enforced us to have the
names of encoding that match with the triple. We can now safely peek
any encoding name.
0 commit comments