[PATCH] D15472: [GlobalISel] ] Add a generic machine opcode for ADD.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 18:02:29 PST 2016


Either (1) or (3) would be good.  (2) is ambiguous.

Philip

On 01/11/2016 04:41 PM, Quentin Colombet via llvm-commits wrote:
> qcolombet added a comment.
>
> So far we have three proposals for GISel opcodes, all of them got one vote:
>
> 1. g<opcode>, e.g., gADD
> 2. <opcode>, e.g., ADD
> 3. G_<opcode>, e.g., G_ADD
>
> Which one is your favorite?
>
> I am going to go for #1 if I do not get other vote to break the tie :).
>
> Cheers,
> -Quentin
>
>
> Repository:
>    rL LLVM
>
> http://reviews.llvm.org/D15472
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list