rampitec added inline comments.
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:1245
+
+def HasDsSrc2Insts : Predicate<"!Subtarget->hasDsSrc2Insts()">,
+ AssemblerPredicate<(all_of FeatureDsSrc2Insts)>;
foad wrote:
> The `!` is obviously wrong in this definition, b
foad added inline comments.
Herald added a subscriber: dexonsmith.
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:1245
+
+def HasDsSrc2Insts : Predicate<"!Subtarget->hasDsSrc2Insts()">,
+ AssemblerPredicate<(all_of FeatureDsSrc2Insts)>;
The `!` is obviously wrong
rampitec marked an inline comment as done.
rampitec added inline comments.
Comment at: llvm/docs/AMDGPUUsage.rst:266-267
names.
+ ``gfx1030`` ``amdgcn`` dGPU - xnack
foad added inline comments.
Comment at: llvm/docs/AMDGPUUsage.rst:266-267
names.
+ ``gfx1030`` ``amdgcn`` dGPU - xnack
*TBA*
+