Skip to content

Arm64/Sve Test: Inputs for LoadVector API test #101475

Closed
@kunalspathak

Description

@kunalspathak

From the discussion at #101291 (comment), we should make sure that we use some decent mask values in LoadVector and StoreVector APIs to exercise and test the functionality of these APIs.

  • A mask containing mix of 0s and 1s
  • A mask containing all 0s
  • A mask containing all 1s
  • Non-faulting should never throw exception even if invalid address such as 0x0 is passed to LoadVector.
  • Faulting APIs throws exception when invalid address such as 0x0 is passed to LoadVector.
  • In faulting APIs, inactive elements do not throw exception when invalid address is given to it.

Metadata

Metadata

Assignees

Labels

Priority:2Work that is important, but not critical for the releasearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportin-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions