[PATCH] D49649: AMDGPU/R600: Don't set fp32-denormals feature for r600
Jan Vesely via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 22 12:32:03 PDT 2018
jvesely created this revision.
jvesely added reviewers: arsenm, tstellar.
Herald added subscribers: llvm-commits, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.
This feature was removed in r335942.
Repository:
rL LLVM
https://reviews.llvm.org/D49649
Files:
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Index: lib/Target/AMDGPU/AMDGPUSubtarget.cpp
===================================================================
--- lib/Target/AMDGPU/AMDGPUSubtarget.cpp
+++ lib/Target/AMDGPU/AMDGPUSubtarget.cpp
@@ -85,8 +85,6 @@
// if someone tries to enable these?
if (getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) {
FullFS += "+fp64-fp16-denormals,";
- } else {
- FullFS += "-fp32-denormals,";
}
FullFS += FS;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49649.156708.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180722/68cb81dd/attachment.bin>
More information about the llvm-commits
mailing list