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
This is useful
for checking equivalence of 2 relocatable imm operands. Without this
change, we fall back to invoking G4_Imm::compareOperand() that returns Rel_eq for 2 relocatable immediates as they're always
initialized to same imm magic value. This bug is fixed by checking
symbol equivalence in G4_Reloc_Imm::compareOperand() now.
0 commit comments