Skip to content

Commit 2f5ea41

Browse files
committed
[HLSL] Fixed comment for getWavePrefixSumIntrinsic
1 parent 37b2397 commit 2f5ea41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGHLSLBuiltins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ static Intrinsic::ID getWaveActiveMinIntrinsic(llvm::Triple::ArchType Arch,
295295
}
296296
}
297297

298-
// Return wave active max that corresponds to the QT scalar type
298+
// Return wave prefix sum that corresponds to the QT scalar type
299299
static Intrinsic::ID getWavePrefixSumIntrinsic(llvm::Triple::ArchType Arch,
300300
CGHLSLRuntime &RT, QualType QT) {
301301
switch (Arch) {

0 commit comments

Comments
 (0)