[llvm-branch-commits] [llvm] [AMDGPU] Verify VGPR tuple alignment from the operand register class (PR #219230)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 1 11:46:28 PDT 2026


================
@@ -3016,6 +3016,93 @@ unsigned getRegBitWidth(const MCRegisterClass &RC) {
   return getRegBitWidth(RC.getID());
 }
 
+int getUnalignedEquivalentRC(unsigned RCID) {
----------------
arsenm wrote:

You probably could get away with inspecting subclasses 

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


More information about the llvm-branch-commits mailing list