<div dir="ltr">Hi,<div>Im trying to give priority for some machine instruction to allocate consecutive registers,</div><div>I saw some Architectures like ARM is "forcing" some instructions to use consecutive registers but in my case I do not want to force but to "prefer", so if it will create spills I wont choose consecutive registers...</div><div><br></div><div>any ideas how to do this?</div><div>I saw "getRegAllocationHints" function but didnt see how it will help...</div><div>seems that I need to create a new Register Allocator by inheriting the Base Register Allocator... </div><div><br></div><div><br></div><div>thanks,</div><div>Atheel</div></div>