[RyuJIT/ARM32] Fix amount of allocated registers for Localloc.
authorAlexander Soldatov <soldatov.a@samsung.com>
Mon, 17 Apr 2017 13:10:36 +0000 (16:10 +0300)
committerAlexander Soldatov <soldatov.a@samsung.com>
Mon, 17 Apr 2017 13:36:33 +0000 (16:36 +0300)
commit45b693f07b728f3b54aa95b726993eb7bb1c2453
treed8ba03abffd1a5e1a417ecd2ba80dbf633842e73
parent40c33f6f411d8c104594088a09b9f806006da9fa
[RyuJIT/ARM32] Fix amount of allocated registers for Localloc.

Now for small allocation (up to 4 store instructions) we always have
1 temporary register which is different from register where result
of stackalloc is returned. Also one additional register will be allocated
for PSP if needed.
src/jit/lsraarm.cpp