[PATCH] D158367: [AMDGPU] Add target feature gds/gws to clang
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 20 16:36:08 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/TargetParser/TargetParser.cpp:289
Features["image-insts"] = true;
+ Features["gds"] = true;
+ Features["gws"] = true;
----------------
Gds feature is unused
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158367/new/
https://reviews.llvm.org/D158367
More information about the cfe-commits
mailing list