[PATCH] D112413: [X86] Add -mskip-rax-setup support to align with GCC

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 05:09:49 PDT 2021


joerg added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:99
+    cl::desc("Skips setting up the RAX register when SSE is disabled and there "
+             "are no variable arguments passed in vector registers."),
+    cl::Hidden);
----------------
The description needs some further clarification. It should likely be "can be passed" otherwise it begs the question of when the conditional statement is false.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112413/new/

https://reviews.llvm.org/D112413



More information about the llvm-commits mailing list