<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/153987>153987</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang][OpenMP][bytecode] Assertion `!LocalDeclMap.count(VD) && "Decl already exists in LocalDeclMap!"' failed.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang:codegen,
clang:openmp,
clang:bytecode
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
k-arrows
</td>
</tr>
</table>
<pre>
Reproducer:
https://godbolt.org/z/cTGfvafds
```cpp
void foo() {
#pragma omp for collapse(2)
for (int i = ({float a = 0;a; }); i < 10; i++)
for (int j = i; j < 10 + i; j++)
;
}
```
Backtrace:
```console
clang++: /root/llvm-project/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h:5373: void clang::CodeGen::CodeGenFunction::setAddrOfLocalVar(const clang::VarDecl*, clang::CodeGen::Address): Assertion `!LocalDeclMap.count(VD) && "Decl already exists in LocalDeclMap!"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /opt/compiler-explorer/clang-assertions-trunk/bin/clang++ -gdwarf-4 -g -o /app/output.s -mllvm --x86-asm-syntax=intel -fno-verbose-asm -S --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics -fexperimental-new-constant-interpreter -fopenmp <source>
1. <eof> parser at end of file
2. Per-file LLVM IR generation
3. <source>:1:6: Generating code for declaration 'foo'
4. <source>:3:17: LLVM IR generation of compound statement ('{}')
#0 0x0000000004026d28 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4026d28)
#1 0x0000000004024154 llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4024154)
#2 0x0000000003f68988 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x000077d652242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x000077d6522969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x000077d652242476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x000077d6522287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x000077d65222871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
#8 0x000077d652239e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
#9 0x000000000491e776 clang::CodeGen::CodeGenFunction::setAddrOfLocalVar(clang::VarDecl const*, clang::CodeGen::Address) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x491e776)
#10 0x0000000004922617 clang::CodeGen::CodeGenFunction::EmitAutoVarAlloca(clang::VarDecl const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4922617)
#11 0x0000000004926bbb clang::CodeGen::CodeGenFunction::EmitVarDecl(clang::VarDecl const&) (.part.0) CGDecl.cpp:0:0
#12 0x00000000049273d7 clang::CodeGen::CodeGenFunction::EmitDecl(clang::Decl const&, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49273d7)
#13 0x00000000044ecaec clang::CodeGen::CodeGenFunction::EmitDeclStmt(clang::DeclStmt const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x44ecaec)
#14 0x0000000004502a08 clang::CodeGen::CodeGenFunction::EmitSimpleStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4502a08)
#15 0x00000000044fa361 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x44fa361)
#16 0x00000000045024fc clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45024fc)
#17 0x000000000450290d clang::CodeGen::CodeGenFunction::EmitCompoundStmt(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x450290d)
#18 0x00000000043d06a6 (anonymous namespace)::ScalarExprEmitter::VisitStmtExpr(clang::StmtExpr const*) (.isra.0) CGExprScalar.cpp:0:0
#19 0x00000000043e68e4 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#20 0x00000000043e85fb (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#21 0x00000000043ee262 (anonymous namespace)::ScalarExprEmitter::VisitCastExpr(clang::CastExpr*) CGExprScalar.cpp:0:0
#22 0x00000000043e67d1 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#23 0x00000000043e85fb (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#24 0x00000000043e679e clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#25 0x00000000043f5ced clang::CodeGen::CodeGenFunction::EmitPromotedScalarExpr(clang::Expr const*, clang::QualType) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43f5ced)
#26 0x00000000043f649e (anonymous namespace)::ScalarExprEmitter::EmitBinOps(clang::BinaryOperator const*, clang::QualType) CGExprScalar.cpp:0:0
#27 0x00000000043e77d9 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#28 0x00000000043e85fb (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#29 0x00000000043e679e clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#30 0x00000000043eab7c clang::CodeGen::CodeGenFunction::EmitScalarExpr(clang::Expr const*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43eab7c)
#31 0x0000000004350eae clang::CodeGen::CodeGenFunction::EmitAnyExpr(clang::Expr const*, clang::CodeGen::AggValueSlot, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4350eae)
#32 0x0000000004381831 clang::CodeGen::CodeGenFunction::EmitBinaryOperatorLValue(clang::BinaryOperator const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4381831)
#33 0x0000000004386053 clang::CodeGen::CodeGenFunction::EmitLValueHelper(clang::Expr const*, clang::CodeGen::KnownNonNull_t) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4386053)
#34 0x00000000043864a7 void llvm::function_ref<void ()>::callback_fn<clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr const*, clang::CodeGen::KnownNonNull_t)::'lambda'()>(long) CGExpr.cpp:0:0
#35 0x0000000007fa93a1 clang::StackExhaustionHandler::runWithSufficientStackSpace(clang::SourceLocation, llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7fa93a1)
#36 0x0000000004352223 clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr const*, clang::CodeGen::KnownNonNull_t) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4352223)
#37 0x000000000437e9db clang::CodeGen::CodeGenFunction::EmitIgnoredExpr(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x437e9db)
#38 0x00000000043e79e5 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#39 0x00000000043e85fb (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#40 0x00000000043e679e clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#41 0x00000000043eab7c clang::CodeGen::CodeGenFunction::EmitScalarExpr(clang::Expr const*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43eab7c)
#42 0x0000000004918281 clang::CodeGen::CodeGenFunction::EmitScalarInit(clang::Expr const*, clang::ValueDecl const*, clang::CodeGen::LValue, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4918281)
#43 0x000000000491a054 clang::CodeGen::CodeGenFunction::EmitExprAsInit(clang::Expr const*, clang::ValueDecl const*, clang::CodeGen::LValue, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x491a054)
#44 0x0000000004926550 clang::CodeGen::CodeGenFunction::EmitAutoVarInit(clang::CodeGen::CodeGenFunction::AutoVarEmission const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4926550)
#45 0x0000000004926bc6 clang::CodeGen::CodeGenFunction::EmitVarDecl(clang::VarDecl const&) (.part.0) CGDecl.cpp:0:0
#46 0x00000000045350f3 (anonymous namespace)::OMPLoopScope::emitPreInitStmt(clang::CodeGen::CodeGenFunction&, clang::OMPLoopBasedDirective const&) (.isra.0) CGStmtOpenMP.cpp:0:0
#47 0x000000000453d88d clang::CodeGen::CodeGenFunction::EmitOMPWorksharingLoop(clang::OMPLoopDirective const&, clang::Expr*, llvm::function_ref<std::pair<clang::CodeGen::LValue, clang::CodeGen::LValue> (clang::CodeGen::CodeGenFunction&, clang::OMPExecutableDirective const&)> const&, llvm::function_ref<std::pair<llvm::Value*, llvm::Value*> (clang::CodeGen::CodeGenFunction&, clang::OMPExecutableDirective const&, clang::CodeGen::Address, clang::CodeGen::Address)> const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x453d88d)
#48 0x000000000453f0b5 emitWorksharingDirective(clang::CodeGen::CodeGenFunction&, clang::OMPLoopDirective const&, bool) CGStmtOpenMP.cpp:0:0
#49 0x000000000453ff70 void clang::CodeGen::RegionCodeGenTy::CallbackFn<emitOMPForDirective(clang::OMPLoopDirective const&, clang::CodeGen::CodeGenFunction&, clang::CodeGen::CodeGenModule&, bool)::'lambda'(clang::CodeGen::CodeGenFunction&, clang::CodeGen::PrePostActionTy&)>(long, clang::CodeGen::CodeGenFunction&, clang::CodeGen::PrePostActionTy&) CGStmtOpenMP.cpp:0:0
#50 0x000000000446ce45 clang::CodeGen::RegionCodeGenTy::operator()(clang::CodeGen::CodeGenFunction&) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x446ce45)
#51 0x000000000446d0ce (anonymous namespace)::CGOpenMPRegionInfo::EmitBody(clang::CodeGen::CodeGenFunction&, clang::Stmt const*) CGOpenMPRuntime.cpp:0:0
#52 0x00000000044661af clang::CodeGen::CGOpenMPRuntime::emitInlinedDirective(clang::CodeGen::CodeGenFunction&, llvm::omp::Directive, clang::CodeGen::RegionCodeGenTy const&, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x44661af)
#53 0x0000000004544798 emitOMPForDirective(clang::OMPLoopDirective const&, clang::CodeGen::CodeGenFunction&, clang::CodeGen::CodeGenModule&, bool) CGStmtOpenMP.cpp:0:0
#54 0x00000000044fab3b clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x44fab3b)
#55 0x00000000045024fc clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45024fc)
#56 0x00000000045699ce clang::CodeGen::CodeGenFunction::EmitFunctionBody(clang::Stmt const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45699ce)
#57 0x000000000457b674 clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x457b674)
#58 0x00000000045e6aad clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45e6aad)
#59 0x00000000045e1a84 clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45e1a84)
#60 0x00000000045ee3fc clang::CodeGen::CodeGenModule::EmitDeferred() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45ee3fc)
#61 0x00000000045f0983 clang::CodeGen::CodeGenModule::Release() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45f0983)
#62 0x00000000049cc38e (anonymous namespace)::CodeGeneratorImpl::HandleTranslationUnit(clang::ASTContext&) ModuleBuilder.cpp:0:0
#63 0x00000000049c8585 clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49c8585)
#64 0x00000000066d781c clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66d781c)
#65 0x00000000049c8d28 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49c8d28)
#66 0x0000000004cbcd15 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4cbcd15)
#67 0x0000000004c38f6e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4c38f6e)
#68 0x0000000004dae5f1 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4dae5f1)
#69 0x0000000000db0c0f cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xdb0c0f)
#70 0x0000000000da786a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#71 0x0000000004a30739 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::'lambda'()>(long) Job.cpp:0:0
#72 0x0000000003f68e24 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3f68e24)
#73 0x0000000004a30d4f clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const (.part.0) Job.cpp:0:0
#74 0x00000000049f2fbd clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49f2fbd)
#75 0x00000000049f404e clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49f404e)
#76 0x00000000049fbae5 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x49fbae5)
#77 0x0000000000dad0c5 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xdad0c5)
#78 0x0000000000c61054 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xc61054)
#79 0x000077d652229d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#80 0x000077d652229e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#81 0x0000000000da7315 _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xda7315)
clang++: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Compiler returned: 134
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzsXF1z4yqT_jXKDeWUBPq8yIXsJPPO2Zl3spPsnMsUQsjRiQwqQBlnf_0WIFsWdj7sY89Ozu5UpkpG0DxP03Q3IAlLWc8ZpRdeNPWiyzPcqQcuLh4nWAj-U54VvHy--E5bwcuOUOGh3PPzB6VaqS_htQev57wseKPOuZh78Pq_PXhN7j5VT7gqpefnXuzbP9K2np8_8boEFeceTD2YAS-Z6joQtQLPFxjwRQsqLgDhTYNbST2YQg9mnp8DU-7BtGYK1MBDl_qHl0yrhmMFsCnxPTTFHpoCL7nUzdDUVJ2BwDfXHpyaPytwJPIvI6DW1f7qmwAPTvuSUUMPGdDJ5SY9fe3nU0welcCEWkUN5DmTvKGen5MGs3kvDuXAg9eCc-XB66Z5Wkxawf-iZPXTg9eK80Zqldpm101dePB6xkv6ibLh6rpjRNWcnT94KI9QgrRso2vbEOUeyletNn-sGtpCSVVeluJb9YUT3PzAwoOphq42xfzA4pKSxoO5B2cvytdyqJRmFHKQS0mF7gdofcDAyNdSvuL2nPCOKQ-mPy6NScDYgzHwINT3AW4ExeUzoMtaKglqBjbbejDwIPRgAipcN7Q89_z85stVfnsFZFcsam0YRTcHgrZcKKA4cGy3Vg9dcU74YlC5MxC1lB3VQwAwK0HNSNOVFKgHCojA8gEU6yGHM9AKPVUIlZKWQPJO2GLdEkvJSY0VLYHoGJBE1K3SeG8VJo-g7BatNRr_3POzG8HnAi8AFvNuQZmSvbHwVmMifNHWDRUTumwbLqhYWcgErxQtJ0p07NGD10XNBgPSdgcm8_InFtUkBJM5mHAtF7etlt6ptlPnEkwWWgtgMlmm8QTLxUQ-M4WXHrqsmaINmFSMT56oKLik-j6Y3ILJZE7IRBssecA189Dlq3h1ZclwKx-4ApOK8IaLSVnjOeNS1UTaPoyOnWK6bKmotVZwM2H058SYKGZqosGJVlBFBZhUvKVs0erJ3I8EuvL8PNDq9dCM8spDV6DFQlIBsAKUlYBXoKrNPIVmFKiY6N_gy5cfX8Hn72BOGRXYTBg_R72kQTrKAw_lsR6rT31NNgeEl9S4mpKSBtvmwIOJcYOJ5-fhDkF6BgeJlrTdt4apVco7VgKpsKJaGcYfwkS7VO39kpW3gsgH_tJf_Qt9GJcwBcba7ax_lvbiRtRMGXO8swadDpUE_nnPpRIUL8wMnYFaT9rM9noUu_Tg1F_28AbwgQM-DKJwF_hZQzHr2m_stp4z3Hgw7ZiJbSVouO7iFFA1mAEq3ISKqjjN0hTMtAV_p4Q_UfFssf0Ls7LRPaa9Dkd1ZpwpulTnOmCi3Df_rXzUy0-SMo4gDGEE_Z6UjQvLNL6Pw0lTs245mbPO3iDnkp_HFrJuMgAOxwKzOKsIaNWDdrn3j3XT7CfdtB-kRy7cMInBXBoV7As7TOJBcDwWDNOkQgAX2sPvJdY0HMQmW2KDYm-BQTEITMcCUUazeD-BpskgMBvNhSygSRIfIcJvxXZgPOq7I_zRJ5ZlZnlrFzB2YBmEcZDsx_tqUau8U_wHFnnTcIJf5R2fhJSBPZAKHFJxURT7k1pnY--gc95ioc5943E-6QqOj9GooIMqQeUBqt6G5OCZgYLz5jRq1pAHNaMRoZASTMlhhG7VQm2T0qUntRsLeSAUjghFPsR-uj-h23rRNnSb0iYdM_2HUJsLgZ-_08pDs40GuVJiaICuTqECS3JQQTQe0wqjODhABR-DvKU3kI_d8Q-rAwx61uePmvKftXrgnbolvKVjhWzW2jF7XwkO8_kP3HT0tuEnyRIt7UEpiauUzN9z7esq5eMoIvPLQRHpSBGo9GNscg7MOHte8E4ChhdUtia_z3qzJ7jB4mrZCq0EZbd5UP6jlnaS6DvbE0WXbkwWG2FqKfAqwugKVvSOODNOZRCNUxoCpwcDgIspllSvjlRpb-GyvG-5Wetpze9NbjSvzeD0k3dgvc225_g6K-g7rNKoKv6O9sc47Di8B0fg4KAwhn8HxwzLHVYwlL4HE3RHPCmDjz_i6DcZ8XBLuxn9-NodB3pURYQe4NZvBF9wRcsB-raWX1ry_GeHm7tnHReP77stn7XvhrHDNg4zeqAt6R_Tmn1r5ZjqtGZYPH9rqcCKv4v0GyOUOHaXJGX28e0u_U1m9VaU_CfMauRGSVwkB2Sw757Np1ppWuDr6evsVKLIp5gesEvBnvfzUK-kmyfkbtgN3J3gngYpOmBFNvZOX3qre5f_OgFFQ2Kg6ET6NPYjtD9FS-pftGnpoWP8H4z_ZP_m7N9d09yfZFFhyQ3UQ5d6iBN7vDi4iKqnei_MItnctae8a6dBcNMUmDzeV2y8jN5HdcdSmi32YNLgRVFic2CyQgvT1ZGB9WQ7fNgoM0kqnCHsZLOYPF4tH3AnNYvVlr-5Jzqml9y3XVXVpKb9mcutdcgjl2oOhL5wYo-cRi75dX0f3yh6joNRONlKBCE8eD78vjPB0BpIO-lOQrPygE3bz3PGBS3f9PMn4GMQD3zcRCfJaPTxEww3bfpfSt9CN9H5R6Rvobu58M9I30Ln5CNIYXrIprKh9ZntMpqXfJoZnnefu6085gmPUAz3QTPI0Qz2o3B_zWgN5PKja0ZzHzQTumd4UeQffDC5rZq3m_dNrxa1lDVnJz7A1PQG8tHWASbZ8zT6BAeYoXM8giK_Qm-5z29fb75w3toDEFNCzbYR1UOy6zDgFWL2WGCjdi9cO_jyshaUqPqJbjHb3DjXPX5rKft6s4Ofc9KByjQ9YEvs29ebP7l4lA9Y1Gyu8Y0p9qB34R2RW8fCV1LTdUxrcS1eSfyH6ftGDXQF_uaAXC0p6RQuGrpzRHQPm4TfTW1HyH0pEJ-Wwjse23jfs5tXJ3Up1nwHl5I6xl35RQT0XNww1jXdI0zK3apbRY83ZmLmgq0S__WHbr_Tec1ZX3T33NfoV8XXelFM7dy85uIFmu-dmPupY1ftr7zsGjpWyc5F83F6vRH0hkuVm7p3z-uJuF6MH4vezo7eGOtonMmHMaFhtN8w837Pql-j76e2zA7z8Z8tMETW8y8KHJqlT948gZh9slqzrD-zig9hZsrL579jIc4DGXqY-s46puoF3TFS0KEQB7h62XLG4obY_5k1NduI13uTGHw-tw92o3xD2MvW6djOL3lkyippsIJxvh-FYZKl4Df3TG9N4NB9ZKhAB2zcfJxHhgo07PJE0f8_MrT1yFDkLBTiLCMHHNesSrY93ZbvOjohA3kg5KwMkiJO9lym9y8tUH1zTOZTwwv71s3YxoeJ--rKfPZpVVHHh9OmlIb3oBUnpaQxxm-ul3oHsx5ky35F4ZJWNast6_foyJYPC4ITcDasBs5OZkoDnL5pCbs5_45cNZs119h3uFL0tm9zuV7SigpBy9VbiUeHrEENkMdZVlT5Wfrmyckm5O-0odi8HHkStAbPgNbZFyUEpW_nhBa0zXg_L9rGFttTsDuBmWzMkdZ_bW155bd3_QswvX-wxKdd3ZR0x2507GxOkjRKR5n5FJNHysoZZ7JbrHb1DwFy9O00A3XQ8yhDieMySYORId9gIWl-e-dEGbrAToA9UZrYQxoAR67mS7jrQfR8M2KaTQvaF53Gfi2QAeY4zpOClMHIQK6FHmZW7sB5IoQWw4BwHLgJSqvYyURsn5_Na46E7tbly5ROY78W58BiHGhLTKMqGG8VGrwDmaf1ubabP47IniaMWHwD-lHI9MvCJ34FCAnuF1gLSHen9Q_YyeVnYFwGZ2ZH6DQkLMo1h8Qfc8BJGmOwUvssuDN-YYPJ7QI3zQ9K1j56ByFnMatl9G5xlMWVon7a5Z6TcazDyE9QdsxHR2zHvenMghlfLDAr3Vm8c_TWm7e81b3jZrSBe6tEzeam5lU_tOsG9_dkuQwC-6PAsib30lTvVTiqrAvulcC1kqvbjjhs3khTXGzc11U2jj_z9R7Qzi24redW_uDFjsHYekGVws13aXe9htpnHB27xRVtnke6_NWPoPSIB4NHrnGV4Wiv5_-ccTiHZLutwDm0rGBVlC9qzYwa3oqMK1WOXLfTUFd4aRPolaq5s7Fzmp1PS3swJSeZqUI_pPsq5Q9eyJc18gcvvtRSvXCwtO2L3bMl8674-5XYm8kvUaVW1qDK2FFlgcfPFG3Cvty4HiUIOzKDl4bgF6ryBNmqUc-gvMSJ4aVPeuWtMpEVeONK8q1dx5ci9LFzD4NswD3K_nwSB34UAo342B1b0UPHmfPWflZme34UwTRZC0x9VyANfXB_r9vcS4WFut-g9e4uaLjRReAmaiiIgBV-_HHSwm3Xm_dQDqgQOqrk1rxA1S8aAOnt335SB_ys1QOgy1rZD5kEKNQYO0nB5AkoDiSloN5I5nVPqyQeCKo6waiefrrl5jeRzsoLVGYow2f0IkiiCGUhzNDZw0UY-FHlZ2VQwjgrswD5IcE4jNIoS6Afpmf1BfRh5KdB4gcoQOg8ieKsyEqUlDSOYVJ4oU8XuG7O9bQ452J-Zr7icxFEKEuTswYXtJHmk1cQrpyAJjenzHxOaLZRbr8is1VcPCtKzDYp9KLLM3FhPhtUdHPphX5TSyWHzlWtGvOFLds4uvSiqT2osNdrWdHlr_tS0lknmovDv4bUq_LpAv5PAAAA__8FQUgF">