[llvm] [SPIR-V] Strip convergence intrinsics before ISel (PR #75948)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 07:58:29 PST 2024
================
@@ -312,6 +316,54 @@ bool SPIRVPrepareFunctions::substituteIntrinsicCalls(Function *F) {
return Changed;
}
+bool SPIRVPrepareFunctions::stripConvergenceOperands(Function *F) {
+ DenseSet<Instruction *> to_remove;
----------------
Keenuts wrote:
Ah yes, still not used to this coding style, thanks!
https://github.com/llvm/llvm-project/pull/75948
More information about the llvm-commits
mailing list