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
#651 adds support for adjusting CMP instructions to expose CSE opportunities with SUB. That PR doesn't add support where adjusting CMP would require changing operand from immediate to constant pool and vice versa.
In the following tests, SUB instruction can be CSEd with CMP, but it's not:
The text was updated successfully, but these errors were encountered:
vladimirradosavljevic
changed the title
Change CMP with imm to large imm and vice versa to expose CSE opportunities
Change CMP with imm to large imm and vice versa to expose CSE opportunities with SUB
Jul 8, 2024
#651 adds support for adjusting CMP instructions to expose CSE opportunities with SUB. That PR doesn't add support where adjusting CMP would require changing operand from immediate to constant pool and vice versa.
In the following tests, SUB instruction can be CSEd with CMP, but it's not:
The text was updated successfully, but these errors were encountered: