We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61653f9 commit 7106daaCopy full SHA for 7106daa
IGC/AdaptorCommon/LivenessUtils/MergeAllocas.cpp
@@ -218,9 +218,6 @@ bool MergeAllocas::runOnFunction(Function &F) {
218
// We check if the current alloca overlaps with any of the previously added.
219
bool added = false;
220
for (auto *MergableAlloca : MergableAllocas) {
221
- if (AllocaInfo.livenessData->OverlapsWith(*MergableAlloca->livenessData)) {
222
- continue;
223
- }
224
added = AddNonOverlappingAlloca(MergableAlloca, &AllocaInfo);
225
if (added) {
226
break;
0 commit comments