[PATCH] D24953: [X86][FastISel] Use a COPY from K register to a GPR instead of a K operation

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 01:33:29 PDT 2016


ABataev added a subscriber: ABataev.
ABataev added a comment.

General comment:
'tmp' is a bad name for a variable, give a meaningful name and start from capital letter (see http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly)


https://reviews.llvm.org/D24953





More information about the llvm-commits mailing list