[llvm] [CodeGen] change prototype of RegClassFilterFunc (PR #93525)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 03:10:39 PDT 2024


cdevadas wrote:

The filtering is now more on the Registers itself than the regclass; hence, the following changes make more sense. If everyone thinks it is a good idea, I can change it.
RegClassFilterFunc -> RegAllocFilterFunc
ShouldAllocateClass -> ShouldAllocateRegister

https://github.com/llvm/llvm-project/pull/93525


More information about the llvm-commits mailing list