[llvm] Port gisel cse analysis to npm (PR #179815)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 5 07:15:43 PST 2026


================
@@ -225,6 +225,17 @@ class GISelCSEAnalysisWrapper {
   void releaseMemory() { Info.releaseMemory(); }
 };
 
+class GISelCSEAnalysisWrapperAnalysis
----------------
arsenm wrote:

"AnalysisWrapperAnalysis". GISelCSEAnalysisWrapper probably should directly be the result type.

I think this whole thing should be restructured. I don't really see the point of GISelCSEAnalysisWrapper. 

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


More information about the llvm-commits mailing list