[PATCH] D122219: [AMDGPU] [NFC]: Organize the code around reserving registers.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 06:13:13 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp:670
+
+ // On GFX90A, the number of VGPRs and AGPRs need not be equal. Theoritically,a
+ // wave may have up to 512 total vector registers combining together both
----------------
Typo Theoritically
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122219/new/
https://reviews.llvm.org/D122219
More information about the llvm-commits
mailing list