[llvm-dev] how to allocate consecutive register?

Quentin Colombet via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 9 13:19:24 PDT 2016


Hi Ruiling,

Make the store instruction takes only one operand, a tuple register.
You have examples of tuple registers in the ARM backend.

Cheers,
-Quentin
> On Sep 9, 2016, at 5:56 AM, Ruiling Song via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi,
> 
> The gpu target  I am working on requires the 'value' and 'address' operands of memory store instruction in consecutive register. Anybody has suggestion?
> 
> - Ruiling
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list