[LLVMdev] Rematerialization and spilling

Steve Montgomery stephen.montgomery3 at btinternet.com
Mon Jun 3 10:08:38 PDT 2013


Great. Using pseudos sounds like it fill be feasible then.

Thanks

Steve

On 3 Jun 2013, at 18:03, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:

> 
> On Jun 3, 2013, at 9:42 AM, Steve Montgomery <stephen.montgomery3 at btinternet.com> wrote:
> 
>> I can use pseudo-instructions to bundle cmp+jump but it's not ideal because I might also have to bundle cmp+jump+jump+... into a pseudo.
> 
> That may not be necessary. The register allocator won’t insert anything between terminators.
> 
> /jakob
> 





More information about the llvm-dev mailing list