Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147500
[X86][NFC] Compress CD8_Scale from 7 bits to 3 bits ClosedPublic Authored by skan on Apr 3 2023, 10:01 PM.
Details
Diff Detail
Event Timeline
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 Closed by commit rGe6a39e807582: [X86][NFC] Compress CD8_Scale from 7 bits to 3 bits (authored by skan). · Explain Why This revision was automatically updated to reflect the committed changes. skan marked an inline comment as done.
Revision Contents
Diff 510702 llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
llvm/lib/Target/X86/X86InstrFormats.td
|
I'm not sure this assert as any value. Can just use unsigned?