Handle multi-reg PUTARG_STK nodes. (#6870)
authorPat Gavlin <pgavlin@gmail.com>
Wed, 24 Aug 2016 19:58:25 +0000 (12:58 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 19:58:25 +0000 (12:58 -0700)
commit4071333a89d6c9bf240b8291535fdf7acf708642
tree397bcde39365e246f1e3a8531befc258ae480a8b
parent6a119e8e4d6c0aba7897069c1a594c02a881102f
Handle multi-reg PUTARG_STK nodes. (#6870)

* Handle multi-reg PUTARG_STK nodes.

When FEATURE_MULTIREG_ARGS is true, a GT_PUTARG_STK node may have a
GT_LIST as a child if the child was originally a multi-reg argument.
Handle this case in `GenTreeUseEdgeIterator`.

Fixes #6583.

* Update the bug number for some ARM64 failures.

These tests are now failing due to a differnt bug.
src/jit/gentree.cpp
src/jit/gentree.h
tests/arm64/Tests.lst