[PATCH] D127756: [AMDGPU] gfx11 VINTERP intrinsics and ISel support
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 07:40:47 PDT 2022
foad added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1508
+// __int_amdgcn_interp_inreg_p10 <p>, <i>, <p0>
+def int_amdgcn_interp_inreg_p10 :
----------------
The __int_* prefix doesn't make much sense. I would suggest either using the tablegen name (int_amdgcn_interp_inreg_p10) or preferably the LLVM IR name (llvm.amdgcn.interp.inreg.p10).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127756/new/
https://reviews.llvm.org/D127756
More information about the llvm-commits
mailing list