This is an archive of the discontinued LLVM Phabricator instance.

[X86][NFC] Fix a bug after D150436 and update some comments
ClosedPublic

Authored by XinWang10 on May 25 2023, 7:34 PM.

Details

Summary

D150436 changed the order for INC*r, but unintentionally remove 'isConvertibleToThreeAddress = 1' for INC*r_alt.
This patch also update wrong comment X86InstrArithmetic.td, and move class ITy to InstrInfo.td for it's a general class.

Diff Detail

Event Timeline

XinWang10 created this revision.May 25 2023, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 7:34 PM
XinWang10 requested review of this revision.May 25 2023, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 7:34 PM
XinWang10 edited the summary of this revision. (Show Details)May 25 2023, 7:35 PM
skan accepted this revision.May 26 2023, 3:26 AM

LGTM

This revision is now accepted and ready to land.May 26 2023, 3:26 AM