This is an archive of the discontinued LLVM Phabricator instance.

[X86][NFC] Compress CD8_Scale from 7 bits to 3 bits
ClosedPublic

Authored by skan on Apr 3 2023, 10:01 PM.

Diff Detail

Event Timeline

skan created this revision.Apr 3 2023, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:01 PM
skan requested review of this revision.Apr 3 2023, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:01 PM
skan edited the summary of this revision. (Show Details)Apr 3 2023, 10:02 PM
craig.topper added inline comments.Apr 3 2023, 10:07 PM
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
322

I'm not sure this assert as any value. Can just use unsigned?

skan updated this revision to Diff 510690.Apr 3 2023, 10:13 PM

Address review comments

skan marked an inline comment as done.Apr 3 2023, 10:14 PM
skan added inline comments.
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
322

Good suggestion! Done.

This revision is now accepted and ready to land.Apr 3 2023, 10:34 PM
This revision was landed with ongoing or failed builds.Apr 3 2023, 11:25 PM
This revision was automatically updated to reflect the committed changes.
skan marked an inline comment as done.