[llvm] [LoopUnroll] Introduce UnrollMaxIterations as a hard cap on how many iterations we try to unroll (PR #78648)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 02:17:50 PST 2024
================
@@ -109,7 +109,6 @@ UnrollVerifyLoopInfo("unroll-verify-loopinfo", cl::Hidden,
#endif
);
-
----------------
nikic wrote:
Stay diff
https://github.com/llvm/llvm-project/pull/78648
More information about the llvm-commits
mailing list