[all-commits] [llvm/llvm-project] 836399: [RISCV] Reduce the number of parameters to copyPhy...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Oct 27 13:36:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8363996894b29811d74fa7ce10f2dda7cb79c28f
https://github.com/llvm/llvm-project/commit/8363996894b29811d74fa7ce10f2dda7cb79c28f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
Log Message:
-----------
[RISCV] Reduce the number of parameters to copyPhysRegVector. NFC (#70502)
The Lmul and SubRegIdx can be derived from the opcode.
Make NF default to 1.
More information about the All-commits
mailing list