[llvm] AMDGPU: Mark v_mov_b64_pseudo as a VOP1 instruction (PR #128677)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 02:53:22 PST 2025
arsenm wrote:
> Couldn't it check `isVALU` instead of `isVOP1 || isVOP2 || isVOP3`?
That would also cover memory instructions
https://github.com/llvm/llvm-project/pull/128677
More information about the llvm-commits
mailing list