Don't create mismatched block copies in `cpblk` import (#71160)
authorSingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
Wed, 27 Jul 2022 09:27:06 +0000 (12:27 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 09:27:06 +0000 (11:27 +0200)
commit4f5450410ec1cc7ec12f15f3394258fcc9ccc8e2
tree9e6a40e5ab487b875d28706a0ee3bc8da488c5b1
parentf90028c3a5eaebb8c9462b1771c6f3ceb5f417ff
Don't create mismatched block copies in `cpblk` import (#71160)

* Don't create questionable IR in "cpblk" import

* Add a test
src/coreclr/jit/importer.cpp
src/tests/JIT/Regression/JitBlue/Runtime_71156/Runtime_71156.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_71156/Runtime_71156.csproj [new file with mode: 0644]