[all-commits] [llvm/llvm-project] e6a39e: [X86][NFC] Compress CD8_Scale from 7 bits to 3 bits
KanRobert via All-commits
all-commits at lists.llvm.org
Mon Apr 3 23:24:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6a39e807582d9e911834bedb952fb3038eec217
https://github.com/llvm/llvm-project/commit/e6a39e807582d9e911834bedb952fb3038eec217
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
M llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
M llvm/lib/Target/X86/X86InstrFormats.td
Log Message:
-----------
[X86][NFC] Compress CD8_Scale from 7 bits to 3 bits
Post: https://discourse.llvm.org/t/save-some-bits-in-tsflags-for-x86/69025
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D147500
More information about the All-commits
mailing list