[PATCH] D83747: [argprom] Assessing impact of magic value MaxElements promoted on compiler performance

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 05:08:33 PDT 2020


jdoerfert added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/ArgumentPromotion.cpp:98
-cl::opt<unsigned, true> argmax("maxar", cl::Required, cl::desc("Specify number of args to promote"), cl::value_desc("maxargs"), cl::location(llvm::GL_MAXARGS));
->>>>>>> df0f0e791671d16f15d67c1f265b75f5a35a7624
 
----------------
Can you please update this diff to be against a proper commit of the master branch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83747





More information about the llvm-commits mailing list