Create checked/release SuperPMI asm diffs AzDO pipeline #49949
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
We need a test to ensure there are no differences in codegen between DEBUG and non-DEBUG compilers (e.g., Checked and Release), since we do most of our testing on Checked, and debugging Release is difficult and tedious, at best. One way to do this is run SuperPMI asm diffs between a Checked and Release build of the JIT.
I propose adding an AzDO pipeline to do this.
Notes:
python superpmi.py -base_jit_path <Release JIT> -diff_jit_path <Checked JIT>
-mch_files ...
to point at the MCH filessuperpmi-replay
pipeline created with Spmi replay pipeline #56871.@kunalspathak @AndyAyersMS @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: