[PATCH] D32363: AMDGPU/GFX9: Enable FastFMAF32

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 13:10:45 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301029: AMDGPU/GFX9: Enable FastFMAF32 (authored by kzhuravl).

Changed prior to commit:
  https://reviews.llvm.org/D32363?vs=96192&id=96215#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32363

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
@@ -406,7 +406,8 @@
    FeatureWavefrontSize64, FeatureFlatAddressSpace, FeatureGCN,
    FeatureGCN3Encoding, FeatureCIInsts, Feature16BitInsts,
    FeatureSMemRealTime, FeatureScalarStores, FeatureInv2PiInlineImm,
-   FeatureApertureRegs, FeatureGFX9Insts, FeatureVOP3P, FeatureVGPRIndexMode
+   FeatureApertureRegs, FeatureGFX9Insts, FeatureVOP3P, FeatureVGPRIndexMode,
+   FeatureFastFMAF32
   ]
 >;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32363.96215.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170421/274dfd17/attachment.bin>


More information about the llvm-commits mailing list