[all-commits] [llvm/llvm-project] 46aec7: [LoongArch][NFC] Revise instruction format to matc...
wanglei via All-commits
all-commits at lists.llvm.org
Tue Jul 18 05:59:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46aec7bc09472299c058bc8a64ef15e44c363933
https://github.com/llvm/llvm-project/commit/46aec7bc09472299c058bc8a64ef15e44c363933
Author: wanglei <wanglei at loongson.cn>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td
M llvm/lib/Target/LoongArch/LoongArchInstrFormats.td
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
Log Message:
-----------
[LoongArch][NFC] Revise instruction format to match lsx and lasx styles
Replace lengthy `0b...` binary form with a unified 32-bit hexadecimal
representation for opcode. This reduces complexity when dealing with
opcode discontinuities.
More information about the All-commits
mailing list