Skip to content

Commit 1ae472e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/SYCLLowerIR/SYCLSqrtFDivMaxErrorCleanUp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SYCLSqrtFDivMaxErrorCleanUpPass::run(Module &M,
103103
}
104104
}
105105
}
106-
106+
/*
107107
// Replace @llvm.fpbuiltin.sqrt call with @llvm.sqrt. llvm-spirv will handle
108108
// it later.
109109
SmallSet<Function *, 2> DeclToRemove;
@@ -166,6 +166,6 @@ SYCLSqrtFDivMaxErrorCleanUpPass::run(Module &M,
166166
Decl->dropAllReferences();
167167
Decl->eraseFromParent();
168168
}
169-
169+
*/
170170
return PreservedAnalyses::all();
171171
}

0 commit comments

Comments
 (0)