[PATCH] D143894: [CodeGenPrepare] Increase the limit on the number of instructions to scan
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 09:59:32 PDT 2023
mkazantsev added inline comments.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:4951
// compile time.
-static constexpr int MaxMemoryUsesToScan = 20;
+static constexpr int MaxMemoryUsesToScan = 100;
----------------
Make it an option?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143894/new/
https://reviews.llvm.org/D143894
More information about the llvm-commits
mailing list