Mark GT_IND nodes that represent VSD targets.
authorPat Gavlin <pagavlin@microsoft.com>
Sat, 17 Sep 2016 01:35:38 +0000 (18:35 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 19 Sep 2016 15:34:23 +0000 (08:34 -0700)
commit0188c07e524986bd6f8587e57f37f97e3143bb0e
treee9286deee07e51d5066eb6c54c7b2159e6ed4bc9
parent2bb7e9ae5d7e991ec37345ef4befce738fa5996d
Mark GT_IND nodes that represent VSD targets.

The operand to such a node must be materialized into a register on
certain platforms. This change defines a new IND-specific flag,
GTF_IND_VSD_TGT, and uses that flag to indicate that a particular
GT_IND node represents a VSD target. This flag is then observed by
lowering on the necessary platforms in order to short circuit the
logic that attempts to make the GT_IND's operand contained.
src/jit/gentree.h
src/jit/lower.cpp
src/jit/lowerxarch.cpp
src/jit/rationalize.cpp
src/jit/target.h