[llvm] [AMDGPU] Update VOP instructions for GFX12 (PR #74853)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 08:34:34 PST 2023


================
@@ -505,6 +505,11 @@ struct CanBeVOPD {
   bool Y;
 };
 
+/// \returns SIEncodingFamily used for VOPD encoding on a \p ST. This is a
+/// helper to check if a VOPD opcode is supported by the \p ST.
----------------
jayfoad wrote:

Nit: second sentence seems wrong? Maybe just remove it?

https://github.com/llvm/llvm-project/pull/74853


More information about the llvm-commits mailing list