[clang] [flang] [llvm] [openmp] [Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause (PR #139293)
    Michael Kruse via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 20 05:06:13 PDT 2025
    
    
  
================
@@ -3256,9 +3256,8 @@ LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) {
           var, ConvertTypeForMem(VD->getType()), getContext().getDeclAlign(VD));
 
     // No other cases for now.
-    } else {
+    } else
       llvm_unreachable("DeclRefExpr for Decl not entered in LocalDeclMap?");
-    }
----------------
Meinersbur wrote:
[nit] Please avoid unrelated edits
Also see #140758
https://github.com/llvm/llvm-project/pull/139293
    
    
More information about the llvm-commits
mailing list