Skip to content

Conversation

@amanasifkhalid
Copy link
Contributor

Backport of #107601to release/9.0

/cc @kunalspathak @SwapnilGaikwad

Customer Impact

  • Customer reported
  • Found internally

The test template logic for *ExtendWidening SVE intrinsics was not calling the correct helper method to verify the intrinsic's return value for an enabled vector lane under ConditionalSelect scenarios. Furthermore, for vector lanes disabled by the mask passed to ConditionalSelect, the test logic was not comparing the element to the expected true/false value. This PR fixes both issues.

Regression

  • Yes
  • No

This was introduced by #107207, which was fixing an actual JIT bug, and added this new test logic to improve coverage.

Testing

With this fix, all of our SVE tests are now passing.

Risk

Low. This fix is only to ensure CI is clean on release/9.0.

@amanasifkhalid amanasifkhalid marked this pull request as draft September 11, 2024 23:51
@amanasifkhalid amanasifkhalid added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-System.Runtime.Intrinsics labels Sep 11, 2024
@amanasifkhalid
Copy link
Contributor Author

#107722 needs to be merged in first.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@amanasifkhalid
Copy link
Contributor Author

@kunalspathak PTAL, thanks!

@kunalspathak kunalspathak added the Servicing-consider Issue for next servicing release review label Sep 12, 2024
Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved. we can take this as tell mode (test only)

@jeffschwMSFT jeffschwMSFT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 12, 2024
@carlossanlop carlossanlop merged commit a1e1019 into dotnet:release/9.0 Sep 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants