[llvm-branch-commits] [llvm] AMDGPU: Handle rewriting non-tied MFMA to AGPR form (PR #149027)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 11 07:32:13 PDT 2025


arsenm wrote:

>  where C Opc is AGPR and dest is vgpr? If I read this code, this code freely does that. Is that correct?

That cannot happen. C and and dest are always the same type. If it's the VGPR form both operands are VGPR.

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


More information about the llvm-branch-commits mailing list