[llvm] [CodeGen][NewPM] Port EdgeBundles analysis to NPM (PR #116616)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 03:04:37 PST 2024


================
@@ -97,6 +97,7 @@ LOOP_PASS("loop-term-fold", LoopTermFoldPass())
 // LiveVariables can be removed completely, and LiveIntervals can be directly
 // computed. (We still either need to regenerate kill flags after regalloc, or
 // preferably fix the scavenger to not depend on them).
+MACHINE_FUNCTION_ANALYSIS("edge-bundles", EdgeBundlesAnalysis())
----------------
optimisan wrote:

Can introduce in a new patch

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


More information about the llvm-commits mailing list