Fix min-opts spill of tree temp large vectors (#22530)
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 13 Feb 2019 04:49:56 +0000 (20:49 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 04:49:56 +0000 (20:49 -0800)
commitfc70d035c7a633a63bc783303df01e50ff8c755f
treea3d425a734fecc113e6b248c63a12bf3db9df8ef
parent2f75b38bd75e88860203a7fad83f5fbadff0b1f4
Fix min-opts spill of tree temp large vectors (#22530)

* Fix min-opts spill of tree temp large vectors

Even if we're not enregistering local vars, we may have large vectors live across a call that need to be spilled.

Fix #22200
src/jit/lsra.h
src/jit/lsrabuild.cpp