fix checkLclVarSemantics (#14053)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 22 Sep 2017 04:30:15 +0000 (21:30 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2017 04:30:15 +0000 (21:30 -0700)
commit43cf34fe74b435427ffb62f54fc730b4b46c4c22
tree804ee54b70eb40841e29a7f7e31eea3dd92745dd
parent8c33e99150cfe9c173f524acff4ea7be320ce08c
fix checkLclVarSemantics (#14053)

* extract CheckLclVarSemantics from CheckLIR.

* add a test that shows the silent bad execution.

* fix the checker.

* add the test to the exclude list.

* rename consumed to used
src/jit/gentree.cpp
src/jit/lir.cpp
src/jit/lsraarm.cpp
src/jit/lsraxarch.cpp
tests/issues.targets
tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.cs [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj [new file with mode: 0644]