[PATCH] D43790: AMDGPU: Add fast fmaf feature to gfx702
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 13:48:53 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL326252: AMDGPU: Add fast fmaf feature to gfx702 (authored by kzhuravl, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D43790?vs=135998&id=136148#toc
Repository:
rL LLVM
https://reviews.llvm.org/D43790
Files:
llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
Index: llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
+++ llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
@@ -546,7 +546,8 @@
def FeatureISAVersion7_0_2 : SubtargetFeatureISAVersion <7,0,2,
[FeatureSeaIslands,
- FeatureLDSBankCount16]>;
+ FeatureLDSBankCount16,
+ FeatureFastFMAF32]>;
def FeatureISAVersion7_0_3 : SubtargetFeatureISAVersion <7,0,3,
[FeatureSeaIslands,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43790.136148.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180227/99f59868/attachment.bin>
More information about the llvm-commits
mailing list