Fix failure with `reimportSpillClique=true`. (#48152)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 12 Feb 2021 07:16:59 +0000 (23:16 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 07:16:59 +0000 (23:16 -0800)
commit8d02140a4e2edcde668723b39ddf27b1cce90398
treea5e3c5b77db87473555a253490a3f16b35303af7
parentadf616bed26460b6bd22164b60c5f83149c8c2e7
Fix failure with `reimportSpillClique=true`.  (#48152)

* add asserts that we don't create void asg and lclVars.

* Fix the issue.

* Add test repro.

* update the comments.
src/coreclr/jit/gentree.cpp
src/coreclr/jit/importer.cpp
src/tests/JIT/Regression/JitBlue/Runtime_47308/Runtime_47308.il [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_47308/Runtime_47308.ilproj [new file with mode: 0644]