From 75378d432fda5408b7210fd3627db884561db650 Mon Sep 17 00:00:00 2001 From: Joe Nash Date: Fri, 17 Jun 2022 12:23:01 -0400 Subject: [PATCH] [AMDGPU] NFC. Change comment format on gfx11 interp and ldsdir intrinsics --- llvm/include/llvm/IR/IntrinsicsAMDGPU.td | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td index f55b83b..d70b3a4 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], -- 2.7.4