[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 16:33:59 PDT 2024
================
@@ -1402,6 +1402,7 @@ void CodeGenFunction::EmitOMPReductionClauseInit(
}
const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(TaskRedRef)->getDecl());
+llvm::dbgs() << "Emitting " << VD->getName() << " " << VD << "\n";
----------------
jdoerfert wrote:
leftover, same as all the commented out code.
https://github.com/llvm/llvm-project/pull/91261
More information about the llvm-commits
mailing list