Skip to content

Commit e6d7d94

Browse files
committed
bisect
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 1ae472e commit e6d7d94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/SYCLLowerIR/SYCLSqrtFDivMaxErrorCleanUp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ SYCLSqrtFDivMaxErrorCleanUpPass::run(Module &M,
7676
}
7777
}
7878
}
79-
79+
/*
8080
// No intrinsics at all - do an early exist.
8181
if (WorkListSqrt.empty() && WorkListFDiv.empty())
8282
return PreservedAnalyses::all();
@@ -103,7 +103,6 @@ SYCLSqrtFDivMaxErrorCleanUpPass::run(Module &M,
103103
}
104104
}
105105
}
106-
/*
107106
// Replace @llvm.fpbuiltin.sqrt call with @llvm.sqrt. llvm-spirv will handle
108107
// it later.
109108
SmallSet<Function *, 2> DeclToRemove;

0 commit comments

Comments
 (0)