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

Valery Pykhtin via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 1 10:04:42 PDT 2026


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

Potentially yes, do you think it worth adding to this PR?

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


More information about the llvm-branch-commits mailing list