Jan =?utf-8?q?André?= Reuter <[email protected]>, Jan =?utf-8?q?André?= Reuter <[email protected]>, Jan =?utf-8?q?André?= Reuter <[email protected]>, Jan =?utf-8?q?André?= Reuter <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -5498,7 +5510,8 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::applyStaticWorkshareLoop( Builder.CreateStore(UpperBound, PUpperBound); Builder.CreateStore(One, PStride); - Value *ThreadNum = getOrCreateThreadID(SrcLoc); + Value *ThreadNum = + getOrCreateThreadID(getOrCreateIdent(SrcLocStr, SrcLocStrSize)); ---------------- tblah wrote: Shouldn't this use the `Flag` from above? https://github.com/llvm/llvm-project/pull/189347 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
