Add test to exercise Indirect_In codepaths in DistributedAccessor emit

This commit is contained in:
Konrad `ktoso` Malawski
2023-07-12 13:22:49 +09:00
parent 5abfc91291
commit 1b74ea62b4
2 changed files with 28 additions and 0 deletions

View File

@@ -475,6 +475,7 @@ void DistributedAccessor::decodeArgument(unsigned argumentIdx,
// Remember to deallocate a copy.
AllocatedArguments.push_back(stackAddr);
// Don't forget to actually store the argument
arguments.add(stackAddr.getAddressPointer());
break;
}