Skip to content

Add an argument to SuperPMI #62188

Closed
@SeanWoo

Description

@SeanWoo

I want to suggest adding an optional -c argument for superpmi.py asmdiffs

What will it give?

This will allow you to run certain tests, and not all at once, this is especially useful when a problem occurs in a certain test and it is easier to run it alone than to run it all at once. This would especially affect when collecting JitDump.

How will it work?

Adding a new argument -c to superpmi.py and we throw it into superpmi.exe when we run asmdiff, if -c is specified, then we remove the -p key (since this does not work if -c is specified)

I can implement it

Metadata

Metadata

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions