[llvm] [RISCV][GISEL] Add vector RegisterBanks and vector support in getRegBankFromRegClass (PR #71541)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 17:58:32 PST 2023
================
@@ -165,7 +165,7 @@ class AMDGPURegisterBankInfo final : public AMDGPUGenRegisterBankInfo {
bool isDivergentRegBank(const RegisterBank *RB) const override;
unsigned copyCost(const RegisterBank &A, const RegisterBank &B,
- unsigned Size) const override;
----------------
michaelmaitland wrote:
I have them separated into their own commit. It is the first commit in the commit history of this Pr. I will commit it separate.
https://github.com/llvm/llvm-project/pull/71541
More information about the llvm-commits
mailing list