[llvm] [AMDGPU] DPP insns cannot use SGPR for src1 on gfx11 (PR #188429)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 12:51:57 PDT 2026
================
----------------
LU-JOHN wrote:
> This combinatorial explosion of modes is not good. I was expecting this to not have to be the cross product of all of the other modes
The previous use of RegClassByHwMode has this comment:
```
// We have 3 orthogonal properties to consider. Unfortunately we need
// to define the cross product of these states, minus unused
// combinations.
```
https://github.com/llvm/llvm-project/pull/188429
More information about the llvm-commits
mailing list