[all-commits] [llvm/llvm-project] 0e84ee: [RISCV] Add a helper class for creating GPR regist...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jun 29 10:23:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e84eec745864dd54eb293d65217acb185c39d37
https://github.com/llvm/llvm-project/commit/0e84eec745864dd54eb293d65217acb185c39d37
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
Log Message:
-----------
[RISCV] Add a helper class for creating GPR register classes.
Reduces the amount of repeated template parameters for every class.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D154042
More information about the All-commits
mailing list