diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td index f55b83bab699c..d70b3a411fcf5 100644 --- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td +++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td @@ -1488,7 +1488,7 @@ def int_amdgcn_interp_p2_f16 : [IntrNoMem, IntrSpeculatable, IntrWillReturn, ImmArg>, ImmArg>, ImmArg>]>; -// __int_amdgcn_lds_direct_load +// llvm.amdgcn.lds.direct.load // The input argument is m0, which contains a packed combination of address // offset and flags describing the data type. def int_amdgcn_lds_direct_load : @@ -1496,7 +1496,7 @@ def int_amdgcn_lds_direct_load : [llvm_i32_ty], [IntrReadMem, IntrSpeculatable, IntrWillReturn]>; -// __int_amdgcn_lds_param_load , , +// llvm.amdgcn.lds.param.load , , // Like interp intrinsics, this reads from lds, but the memory values are constant, // so it behaves like IntrNoMem. def int_amdgcn_lds_param_load : @@ -1505,19 +1505,19 @@ def int_amdgcn_lds_param_load : [IntrNoMem, IntrSpeculatable, IntrWillReturn, ImmArg>, ImmArg>]>; -// __int_amdgcn_interp_inreg_p10

, , +// llvm.amdgcn.interp.inreg.p10

, , def int_amdgcn_interp_inreg_p10 : Intrinsic<[llvm_float_ty], [llvm_float_ty, llvm_float_ty, llvm_float_ty], [IntrNoMem, IntrSpeculatable, IntrWillReturn]>; -// __int_amdgcn_interp_inreg_p2

, , +// llvm.amdgcn.interp.inreg.p2

, , def int_amdgcn_interp_inreg_p2 : Intrinsic<[llvm_float_ty], [llvm_float_ty, llvm_float_ty, llvm_float_ty], [IntrNoMem, IntrSpeculatable, IntrWillReturn]>; -// __int_amdgcn_interp_inreg_p10_f16

, , , +// llvm.amdgcn.interp.inreg.p10.f16

, , , // high selects whether high or low 16-bits are used for p and p0 operands def int_amdgcn_interp_inreg_p10_f16: Intrinsic<[llvm_float_ty], @@ -1525,7 +1525,7 @@ def int_amdgcn_interp_inreg_p10_f16: [IntrNoMem, IntrSpeculatable, IntrWillReturn, ImmArg>]>; -// __int_amdgcn_interp_inreg_p2_f16

, , , +// llvm.amdgcn.interp.inreg.p2.f16

, , , // high selects whether high or low 16-bits are used for p operand def int_amdgcn_interp_inreg_p2_f16 : Intrinsic<[llvm_half_ty],