arsenm added inline comments.
Comment at: llvm/lib/TargetParser/TargetParser.cpp:289
Features["image-insts"] = true;
+ Features["gds"] = true;
+ Features["gws"] = true;
yaxunl wrote:
> arsenm wrote:
> > Gds feature is unused
> I am thinking to k
yaxunl added inline comments.
Comment at: llvm/lib/TargetParser/TargetParser.cpp:289
Features["image-insts"] = true;
+ Features["gds"] = true;
+ Features["gws"] = true;
arsenm wrote:
> Gds feature is unused
I am thinking to keep it in case we ne
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
yaxunl created this revision.
yaxunl added reviewers: b-sumner, arsenm, foad.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard,
jvesely, kzhuravl.
Herald added a project: All.
yaxunl requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: