@@ -3628,7 +3628,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
3628
3628
// frexpl instead of legalizing this type in the BE.
3629
3629
if (&getTarget().getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble())
3630
3630
break;
3631
- LLVM_FALLTHROUGH ;
3631
+ [[fallthrough]] ;
3632
3632
}
3633
3633
case Builtin::BI__builtin_frexp:
3634
3634
case Builtin::BI__builtin_frexpf:
@@ -5366,7 +5366,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
5366
5366
case Builtin::BI__builtin_ptrauth_auth_and_resign:
5367
5367
if (Args[4]->getType()->isPointerTy())
5368
5368
Args[4] = Builder.CreatePtrToInt(Args[4], IntPtrTy);
5369
- LLVM_FALLTHROUGH ;
5369
+ [[fallthrough]] ;
5370
5370
5371
5371
case Builtin::BI__builtin_ptrauth_auth:
5372
5372
case Builtin::BI__builtin_ptrauth_sign_unauthenticated:
@@ -18850,7 +18850,7 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID,
18850
18850
case AMDGPU::BI__builtin_amdgcn_wmma_f16_16x16x16_f16_w32_gfx12:
18851
18851
case AMDGPU::BI__builtin_amdgcn_wmma_f16_16x16x16_f16_w64_gfx12:
18852
18852
AppendFalseForOpselArg = true;
18853
- LLVM_FALLTHROUGH ;
18853
+ [[fallthrough]] ;
18854
18854
case AMDGPU::BI__builtin_amdgcn_wmma_f16_16x16x16_f16_w32:
18855
18855
case AMDGPU::BI__builtin_amdgcn_wmma_f16_16x16x16_f16_w64:
18856
18856
ArgsForMatchingMatrixTypes = {2, 0}; // CD, AB
@@ -18859,7 +18859,7 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID,
18859
18859
case AMDGPU::BI__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w32_gfx12:
18860
18860
case AMDGPU::BI__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w64_gfx12:
18861
18861
AppendFalseForOpselArg = true;
18862
- LLVM_FALLTHROUGH ;
18862
+ [[fallthrough]] ;
18863
18863
case AMDGPU::BI__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w32:
18864
18864
case AMDGPU::BI__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w64:
18865
18865
ArgsForMatchingMatrixTypes = {2, 0}; // CD, AB
0 commit comments