[llvm] [AMDGPU] Add verification for amdgcn.init.exec.from.input (PR #128172)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 07:19:12 PST 2025


================
@@ -18,10 +17,3 @@ define amdgpu_ps void @init_exec_from_input_fail_not_inreg(i32 inreg %a, i32 %b)
   call void @llvm.amdgcn.init.exec.from.input(i32 %b, i32 0)
   ret void
 }
----------------
ro-i wrote:

Thanks, I added another check for the case that the operand is an instruction!
Isn't the constant case covered by the first function?

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


More information about the llvm-commits mailing list