[llvm] Introduce DIExpressionOptimizer (PR #69769)
    Adrian Prantl via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 23 13:43:21 PDT 2023
    
    
  
================
@@ -3073,6 +3073,109 @@ template <> struct DenseMapInfo<DIExpression::FragmentInfo> {
   static bool isEqual(const FragInfo &A, const FragInfo &B) { return A == B; }
 };
 
+class DIExpressionOptimizer {
----------------
adrian-prantl wrote:
Can you add a Doxygen comment for the entire class with just a sentence on what this does?
https://github.com/llvm/llvm-project/pull/69769
    
    
More information about the llvm-commits
mailing list