[all-commits] [llvm/llvm-project] 09f48c: [RISCV] Move implementation of getVLOpNum and getS...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed May 11 11:19:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09f48c6b80a44f91cc8acae1406ce4224e0bfe42
https://github.com/llvm/llvm-project/commit/09f48c6b80a44f91cc8acae1406ce4224e0bfe42
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] Move implementation of getVLOpNum and getSEWOpNum from RISCVInsertVSETVLI to RISCVBaseInfo.h. NFC
We should consolidate the operand counting and ordering into
RISCVBaseInfo.h and stop spreading it around.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D125344
More information about the All-commits
mailing list