Skip to content

Commit 166afdb

Browse files
committed
add TODO comment
1 parent eca3e60 commit 166afdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/CodeGen/CodeGenModule.h

+2
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,8 @@ class CodeGenModule : public CodeGenTypeCache {
15891589
// Return whether structured convergence intrinsics should be generated for
15901590
// this target.
15911591
bool shouldEmitConvergenceTokens() const {
1592+
// TODO: this should probably become unconditional once the controlled
1593+
// convergence becomes the norm.
15921594
return getTriple().isSPIRVLogical();
15931595
}
15941596

0 commit comments

Comments
 (0)