[PATCH] D76072: Make amdgpu- options ZeroOrMore
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 08:40:58 PDT 2020
yaxunl created this revision.
yaxunl added reviewers: arsenm, rampitec.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
Currently all amdgpu- options can only occur once in command line, which makes them very
inconvenient to use since users cannot override them.
This patch make them ZeroOrMore, which allows them to be overridden.
https://reviews.llvm.org/D76072
Files:
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76072.249950.patch
Type: text/x-patch
Size: 5084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/59a94659/attachment.bin>
More information about the llvm-commits
mailing list