Skip to content

Commit 8941735

Browse files
committed
clang format
1 parent 3b1ca01 commit 8941735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/lib/CodeGen/CGHLSLBuiltins.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ static Intrinsic::ID getWaveActiveSumIntrinsic(llvm::Triple::ArchType Arch,
259259

260260
// Return wave active product that corresponds to the QT scalar type
261261
static Intrinsic::ID getWaveActiveProductIntrinsic(llvm::Triple::ArchType Arch,
262-
CGHLSLRuntime &RT, QualType QT) {
262+
CGHLSLRuntime &RT,
263+
QualType QT) {
263264
switch (Arch) {
264265
case llvm::Triple::spirv:
265266
return Intrinsic::spv_wave_reduce_product;

clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,6 @@ _HLSL_AVAILABILITY(shadermodel, 6.0)
29252925
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_active_product)
29262926
__attribute__((convergent)) double4 WaveActiveProduct(double4);
29272927

2928-
29292928
//===----------------------------------------------------------------------===//
29302929
// sign builtins
29312930
//===----------------------------------------------------------------------===//

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class SPIRVInstructionSelector : public InstructionSelector {
229229
MachineInstr &I) const;
230230

231231
bool selectWaveReduceProduct(Register ResVReg, const SPIRVType *ResType,
232-
MachineInstr &I) const;
232+
MachineInstr &I) const;
233233

234234
bool selectConst(Register ResVReg, const SPIRVType *ResType,
235235
MachineInstr &I) const;

0 commit comments

Comments
 (0)