[all-commits] [llvm/llvm-project] f2ffdb: [RISCV] Add accessors to RISCVMatInt::Inst.
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 7 19:02:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2ffdbeb9c2d9d4c5915df07b30e5933d63e8e9a
https://github.com/llvm/llvm-project/commit/f2ffdbeb9c2d9d4c5915df07b30e5933d63e8e9a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
Log Message:
-----------
[RISCV] Add accessors to RISCVMatInt::Inst.
Make fields private. This helps hide that the Imm field doesn't
store a full int64_t.
More information about the All-commits
mailing list