[llvm] [DFAJumpThreading] Prevent pass from using too much memory. (PR #145482)

Bushev Dmitry via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 06:42:43 PDT 2025


================
@@ -679,6 +683,10 @@ struct AllSwitchPaths {
           ThreadingPath NewPath(Path);
           NewPath.appendExcludingFirst(IPath);
----------------
dybv-sc wrote:

Great suggestion! Added path limit as parameter for both functions. 

https://github.com/llvm/llvm-project/pull/145482


More information about the llvm-commits mailing list