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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 15:56:20 PDT 2023


rnk added inline comments.


================
Comment at: llvm/tools/llc/llc.cpp:498
   auto InitializeOptions = [&](const Triple &TheTriple) {
     Options = codegen::InitTargetOptionsFromCodeGenFlags(TheTriple);
 
----------------
Should the threshold be a `TargetOption`? Would that avoid the need for the new TargetMachine field?


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