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.
Paths
| Differential D76072
Make amdgpu- options ZeroOrMore AbandonedPublic Authored by yaxunl on Mar 12 2020, 8:40 AM.
Details
Diff Detail Event TimelineComment Actions I don't think this should be done. These are for testing, and should always have a single, explicit setting. These are unstable, and users should not be trying to set or use these flags This revision now requires changes to proceed.Mar 12 2020, 8:49 AM
Revision Contents
Diff 249950 llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
|