[all-commits] [llvm/llvm-project] 58aa04: [RISCV] Move RISCVVPseudosTable from RISCVBaseInfo...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Jan 27 13:38:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58aa049b9b80e342e3f6769f0834dabf41476bef
https://github.com/llvm/llvm-project/commit/58aa049b9b80e342e3f6769f0834dabf41476bef
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
Log Message:
-----------
[RISCV] Move RISCVVPseudosTable from RISCVBaseInfo.h to RISCVInstrInfo.h. NFC
RISCVBaseInfo.h belongs to the MC layer, but the Pseudo instructions
are only used by the CodeGen layer. So it makes sense to keep this
table in the CodeGen layer.
More information about the All-commits
mailing list