summaryrefslogtreecommitdiff
path: root/tests/testsRunningInsideARM.txt
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2017-12-14 18:17:53 -0800
committerGitHub <noreply@github.com>2017-12-14 18:17:53 -0800
commit9576b24e491b8a28442dec2696b862dcb29ddc25 (patch)
treecfa65eb065decd55ec3bed6e45f40076ba29fb75 /tests/testsRunningInsideARM.txt
parent8a09729219e81a4951a6911b1b1eb4a199d0e178 (diff)
downloadcoreclr-9576b24e491b8a28442dec2696b862dcb29ddc25.tar.gz
coreclr-9576b24e491b8a28442dec2696b862dcb29ddc25.tar.bz2
coreclr-9576b24e491b8a28442dec2696b862dcb29ddc25.zip
[RyuJit][Armel] Do not lose type information (#15449)
* Do not lose type information fgMorphMultiregStructArg could lose type information when replaced smth like this: GT_OBJ - TYP_STRUCT <== arg + GT_ADDR - TYP_I_IMPL + + GT_LCL_VAR - TYP_BLK <== argValue * Move the test to pri0 to test in ci. * add an assert * add the test to the arm list * make the optimization only if struct handlers match. * format job * fix for the unoptimized case. * check that we have addr node. * change the reason to lvaSetVarDoNotEnregister
Diffstat (limited to 'tests/testsRunningInsideARM.txt')
-rw-r--r--tests/testsRunningInsideARM.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsRunningInsideARM.txt b/tests/testsRunningInsideARM.txt
index de33d2e86b..507bfc4145 100644
--- a/tests/testsRunningInsideARM.txt
+++ b/tests/testsRunningInsideARM.txt
@@ -1,5 +1,6 @@
JIT/Directed/coverage/importer/ldelemnullarr2/
JIT/Methodical/Coverage/b39946/
+JIT/Methodical/tailcall/_il_dbgtest_3b/
JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863/
JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037/
JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068/