[PATCH] D121491: [AMDGPU] Restrict machine copy propagation from creating unaligned classes

Christudasan Devadasan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 13:30:13 PDT 2022


cdevadas accepted this revision.
cdevadas added a comment.
This revision is now accepted and ready to land.

LGTM except for the typo.



================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.h:382
 
+  // Given \p RC returns correcsponding aligned register class if required
+  // by the subtarget.
----------------
s/correcsponding/corresponding


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121491/new/

https://reviews.llvm.org/D121491



More information about the llvm-commits mailing list