The wwm register spill pseudos are currently defined for VGPR_32
regclass. It causes a verifier error for gfx908 or above as the
regalloc sometimes restores the values to the vector superclass AV_32.
Fixing it by supporting AV wwm-spill pseudos as well.
Details
Details
- Reviewers
arsenm yassingh - Commits
- rG81827f8cfb22: [AMDGPU] Support wwm-reg AV spill pseudos
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
1891 | You shouldn't need to consider the target, this should be solely determined from the class you already have |
You shouldn't need to consider the target, this should be solely determined from the class you already have