-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support
Milestone
Description
Some of the SVE test templates, such as SveVecBinOpVecTest, use the NextValueOp1 template variable for generating both op1 and mask inputs. If we use Helpers.getMask* to generate the mask input, this artificially constrains the possible values for op1 (i.e. just binary inputs). We should separate the logic for generating the mask value out into its own template variable, like NextValueMask. comment
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support