[llvm-branch-commits] [llvm] [CodeGen][NPM] Stitch up loop passes in codegen pipeline (PR #133050)

Christudasan Devadasan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 5 04:02:23 PDT 2025


================
@@ -51,6 +51,8 @@ struct CGPassBuilderOption {
   bool EnableMachineFunctionSplitter = false;
   bool EnableSinkAndFold = false;
   bool EnableTailMerge = true;
+  /// Enable LoopTermFold immediately after LSR
----------------
cdevadas wrote:

Terminate the comment with a period.

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


More information about the llvm-branch-commits mailing list