getNumberOfRegisters takes a ClassID as it's argument. It shouldn't be passed a bool. Assuming the bool meant vector or not, we should call getRegisterClassForType first.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D116903
[LowerMatrixIntrinsics] Call getRegisterClassForType before getNumberOfRegisters. Authored by craig.topper on Jan 9 2022, 3:23 PM.
Details getNumberOfRegisters takes a ClassID as it's argument. It shouldn't be passed a bool. Assuming the bool meant vector or not, we should call getRegisterClassForType first.
Diff Detail
|