Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPMI: Record and replay notifyInstructionSetUsage properly #112764

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jakobbotsch
Copy link
Member

Fix #112756

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

@@ -545,7 +545,7 @@ public void ExpandInstructionSetByImplication(TargetArchitecture architecture)
public static InstructionSet ConvertToImpliedInstructionSetForVectorInstructionSets(TargetArchitecture architecture, InstructionSet input)
{
switch(architecture)
switch (architecture)
Copy link
Member Author

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
Member Author

PTAL @dotnet/jit-contrib

@jakobbotsch jakobbotsch requested a review from a team February 20, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zero-sized diffs in smoke_tests.nativeaot
3 participants