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

Joe Nash via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 08:40:11 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.
----------------
Sisyph wrote:

It is true given the use of this function, but is not true when considering this function in isolation. I have no opinion on the presence of the sentence.

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


More information about the llvm-commits mailing list