[PATCH] D15472: [GlobalISel] ] Add a generic machine opcode for ADD.
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 16:41:43 PST 2016
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
More information about the llvm-commits
mailing list