[PATCH] D84522: [AMDGPU] Reorganize GCN subtarget features for unaligned access

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 09:07:21 PDT 2020


mbrkusanin added a comment.

- Addressed comments.

Reworked features to use ECC/XNACK model but this way FeatureDoesNotSupportUnalignedBufferAccess and FeatureDoesNotSupportUnalignedDSAccess seem kind of redundant (and long). It does make it more clear what each feature is supposed to do.


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

https://reviews.llvm.org/D84522



More information about the llvm-commits mailing list