[PATCH] D149288: [X86] Introduce a large data threshold for the medium code model

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 11:11:59 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/lib/CodeGen/CommandFlags.cpp:167
+      "large-data-threshold",
+      cl::desc("Choose large data threshold for x86_64 medium code model"),
+      cl::init(0));
----------------
Perhaps we should say x86-64 medium/large code model.
My https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630207.html is still pending after many pings, but I think we can go ahead as the obvious choice.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149288



More information about the llvm-commits mailing list