[PATCH] D69372: [X86][VARARG] Avoid spilling xmm vararg arguments.
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 10:00:36 PDT 2019
asl added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.h:80
+ /// X86 compare and logical compare instructions.
+ CMP,
+ COMI,
----------------
avl wrote:
> asl wrote:
> > Do you really need these changes?
> no, I don`t . it was done by clang-format.
Please do not add unrelated changes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69372/new/
https://reviews.llvm.org/D69372
More information about the llvm-commits
mailing list