Skip to content

Commit 4522f35

Browse files
committed
cffu
1 parent 358ea82 commit 4522f35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18848,9 +18848,8 @@ case Builtin::BI__builtin_hlsl_elementwise_isinf: {
1884818848
std::string name =
1884918849
Intrinsic::getName(CGM.getHLSLRuntime().getWaveReadLaneAtIntrinsic(),
1885018850
ArrayRef{OpExpr->getType()}, &CGM.getModule());
18851-
return EmitRuntimeCall(
18852-
CGM.CreateRuntimeFunction(FT, name, {}, false, true),
18853-
ArrayRef{OpExpr, OpIndex}, "hlsl.wave.read.lane.at");
18851+
return EmitRuntimeCall(CGM.CreateRuntimeFunction(FT, name, {}, false, true),
18852+
ArrayRef{OpExpr, OpIndex}, "hlsl.wave.read.lane.at");
1885418853
}
1885518854
case Builtin::BI__builtin_hlsl_elementwise_sign: {
1885618855
Value *Op0 = EmitScalarExpr(E->getArg(0));

0 commit comments

Comments
 (0)