diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-07-31 13:05:51 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2023-07-31 13:06:23 -0700 |
commit | fb97316ba0f613841604c484c9c7782ba8e2a12d (patch) | |
tree | 7d65a90dd496eae715e7b7caa32b46876fa1deb8 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | f92dc1083285f682ba9a858b8566823e6e449f6a (diff) | |
download | llvm-fb97316ba0f613841604c484c9c7782ba8e2a12d.zip llvm-fb97316ba0f613841604c484c9c7782ba8e2a12d.tar.gz llvm-fb97316ba0f613841604c484c9c7782ba8e2a12d.tar.bz2 |
[RISCV] Add a common base class for RVInstR variations. NFC
We have multiple variations of InstrFormatR that pack different
fields into the upper 7 bits. The other 25 bits are all the same.
Add base class to capture this commonality and allow subclasses to
explicitly define Inst{31-25}.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D156590
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions