[PATCH] D127988: [Inliner] Introduce a backend option to suppress inlining of functions with large stack sizes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 12:47:22 PDT 2022


aeubanks added a comment.

I'm not sure if the clang driver normally passes arguments via `-mllvm` flags or more often via `PipelineTuningOptions`, which would thread the flag into `InlinerPass`'s constructor


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

https://reviews.llvm.org/D127988



More information about the llvm-commits mailing list