Skip to content

Commit 5d99386

Browse files
committedApr 27, 2017
[AMDGPU] DPP: add support for GFX9
Reviewers: artem.tamazov Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye Differential Revision: https://reviews.llvm.org/D32588 llvm-svn: 301551
1 parent 60859c0 commit 5d99386

File tree

3 files changed

+148
-139
lines changed

3 files changed

+148
-139
lines changed
 

‎llvm/lib/Target/AMDGPU/AMDGPU.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def FeatureGFX9 : SubtargetFeatureGeneration<"GFX9",
407407
FeatureGCN3Encoding, FeatureCIInsts, Feature16BitInsts,
408408
FeatureSMemRealTime, FeatureScalarStores, FeatureInv2PiInlineImm,
409409
FeatureApertureRegs, FeatureGFX9Insts, FeatureVOP3P, FeatureVGPRIndexMode,
410-
FeatureFastFMAF32
410+
FeatureFastFMAF32, FeatureDPP
411411
]
412412
>;
413413

0 commit comments

Comments
 (0)
Please sign in to comment.