[all-commits] [llvm/llvm-project] beb2c7: [RISCV] Move TargetOverlapConstraintType from RISC...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Dec 18 22:25:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beb2c7fb69ecb19f9bbfff8367964696d3a3976a
https://github.com/llvm/llvm-project/commit/beb2c7fb69ecb19f9bbfff8367964696d3a3976a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Log Message:
-----------
[RISCV] Move TargetOverlapConstraintType from RISCVVPseudo to TSFlags. NFC (#75877)
It can be more efficiently accessed from TSFlags and won't require extra
storage.
NFC because it wasn't exported to the cpp PseudoTable and isn't used in
tree yet.
More information about the All-commits
mailing list