File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ llvm::AllocaInst *WorkitemHandler::createAlignedAndPaddedContextAlloca(
515515 GlobalVariable *LocalSize;
516516 LoadInst *LocalSizeLoad[3 ];
517517 for (int i = 0 ; i < 3 ; ++i) {
518- std::string Name = LID_G_NAME (i);
518+ std::string Name = LS_G_NAME (i);
519519 LocalSize = cast<GlobalVariable>(M->getOrInsertGlobal (Name, ST));
520520 LocalSizeLoad[i] = Builder.CreateLoad (ST, LocalSize);
521521 }
Original file line number Diff line number Diff line change @@ -160,9 +160,7 @@ set_tests_properties(
160160 set_tests_properties (
161161 "regression/test_program_from_binary_with_local_1_1_1_${VARIANT} "
162162 PROPERTIES
163- # TO FIX: This test fails with outer loop vectorization. It's likely
164- # confused by diverging code inside the built-in function call.
165- ENVIRONMENT "POCL_WORK_GROUP_SPECIALIZATION=0;POCL_FORCE_PARALLEL_OUTER_LOOP=0"
163+ ENVIRONMENT "POCL_WORK_GROUP_SPECIALIZATION=0"
166164 )
167165endforeach ()
168166
You can’t perform that action at this time.
0 commit comments