[all-commits] [llvm/llvm-project] cdb7d8: [RISCV] Minor improvements to RISCVInstrInfoXSf.td...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 27 09:45:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdb7d8adbb2dd59076c3b688493bc9506083861b
https://github.com/llvm/llvm-project/commit/cdb7d8adbb2dd59076c3b688493bc9506083861b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
Log Message:
-----------
[RISCV] Minor improvements to RISCVInstrInfoXSf.td. NFC (#76424)
Use an explicit list of LMULInfos instead of indexing part of other
lists. Use wvrclass field to double LMUL instead of using two lists.
Use range instead of list in another spot. I wish I could use a list of
LMULInfo here but there's no way to quadruple an LMUL yet.
More information about the All-commits
mailing list