[PATCH] D143706: [AMDGPU] Add switch to enable architected SGPRs.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 01:38:35 PST 2023
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:872
+ "true",
+ "Enable the architected SGPRs"
+>;
----------------
Nit: I'd prefer a better description, but I don't have a suggestion. I've never really understood what "architected" is supposed to mean.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143706/new/
https://reviews.llvm.org/D143706
More information about the llvm-commits
mailing list