[PATCH] D36981: AMDGPU: Fix gfx801 features
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 13:04:15 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311694: AMDGPU: Fix gfx801 features (authored by kzhuravl).
Changed prior to commit:
https://reviews.llvm.org/D36981?vs=112059&id=112596#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36981
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
@@ -521,6 +521,8 @@
def FeatureISAVersion8_0_1 : SubtargetFeatureISAVersion <8,0,1,
[FeatureVolcanicIslands,
+ FeatureFastFMAF32,
+ HalfRate64Ops,
FeatureLDSBankCount32,
FeatureXNACK]>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36981.112596.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170824/1c39d32b/attachment.bin>
More information about the llvm-commits
mailing list