Skip to content

SPMI: Record and replay notifyInstructionSetUsage properly - #112764

Merged
jakobbotsch merged 4 commits into
dotnet:mainfrom
jakobbotsch:fix-112756
Feb 22, 2025
Merged

SPMI: Record and replay notifyInstructionSetUsage properly#112764
jakobbotsch merged 4 commits into
dotnet:mainfrom
jakobbotsch:fix-112756

Conversation

@jakobbotsch

Copy link
Copy Markdown
Member

Fix#112756

We will still need to update coredistools, but we can procrastinate on that a bit longer.

public static InstructionSet ConvertToImpliedInstructionSetForVectorInstructionSets(TargetArchitecture architecture, InstructionSet input)
{
switch(architecture)
switch(architecture)

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

#112302 enabled a new warning without updating the generator (the generated file was changed manually)

@jakobbotsch
jakobbotsch marked this pull request as ready for review February 20, 2025 22:40
@jakobbotsch

Copy link
Copy Markdown
MemberAuthor

PTAL @dotnet/jit-contrib

@jakobbotsch
jakobbotsch requested a review from a teamFebruary 20, 2025 22:40
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zero-sized diffs in smoke_tests.nativeaot

3 participants

@jakobbotsch@tannergooding@BruceForstall