[PATCH] D153561: [SCCPSolver] Speed up SCCPSolver by avoiding repeated work list elements
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 09:06:53 PDT 2023
nikic added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/SCCPSolver.cpp:850
+ InstWorkList.push_back(V);
+ }
}
----------------
Redundant braces here and above.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153561/new/
https://reviews.llvm.org/D153561
More information about the llvm-commits
mailing list