Skip to content

ARM64-SVE: Separate operand and mask generation in test templates #104804

@amanasifkhalid

Description

@amanasifkhalid

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 havearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 support

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions