You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSRA: Make genRegMask() return regMaskTP (dotnet#102783)
* genRegMask
* Make genRegMask() return regMaskTP, introduce genSingleTypeRegMask() for LSRA
* Make allFloat,allMask regMaskTP instead of `SingleTypeRegSet` so no affect on non-LSRA code
* jit format
* fix build errors
* fix loongarch and risc
* fix a typo
* move more `genSingleTypeRegMask()`
* jit format
* Make genRegMask() use genSingleType*()
* fix build errors
* jit format
0 commit comments