ARM64-SVE: Separate operand and mask generation in test templates #104804
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
arm-sve
Work related to arm64 SVE/SVE2 support
Priority:3
Work that is nice to have
Milestone
Some of the SVE test templates, such as
SveVecBinOpVecTest
, use theNextValueOp1
template variable for generating bothop1
and mask inputs. If we useHelpers.getMask*
to generate the mask input, this artificially constrains the possible values forop1
(i.e. just binary inputs). We should separate the logic for generating the mask value out into its own template variable, likeNextValueMask
. commentThe text was updated successfully, but these errors were encountered: