[PATCH] D122367: [AMDGPU] [NFC] Introduce subtargets check for MI hardware.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 02:38:26 PDT 2022
foad added a comment.
I think predicate methods in GCNSubtarget should name particular features, like "hasAGPRs" and "hasAGPRToAGPRCopies" (probably not the best names because I don't know much about GFX90x features).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122367/new/
https://reviews.llvm.org/D122367
More information about the llvm-commits
mailing list