[clang] [flang] [llvm] [openmp] [Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause (PR #139293)
Walter J.T.V via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 20 07:35:49 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?");
- }
----------------
eZWALT wrote:
This should not be in the pr thanks!
https://github.com/llvm/llvm-project/pull/139293
More information about the llvm-commits
mailing list