This is an archive of the discontinued LLVM Phabricator instance.

[X86] Correct some ADC/SBB with immediate scheduler data for Broadwell and Skylake.
ClosedPublic

Authored by craig.topper on Feb 23 2019, 12:04 PM.

Details

Summary

The AX/EAX/RAX with immediate forms are 2 uops just like the AL with immediate.

The modrm form with r8 and immediate is a single uop just like r16/r32/r64 with immediate.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Feb 23 2019, 12:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2019, 12:04 PM
Herald added a subscriber: gbedwell. · View Herald Transcript
RKSimon accepted this revision.Feb 24 2019, 3:31 AM

LGTM

This revision is now accepted and ready to land.Feb 24 2019, 3:31 AM
This revision was automatically updated to reflect the committed changes.