[PATCH] D29958: AMDGPU : Replace FMAD with FMA when denormals are enabled.
Wei Ding via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 09:27:05 PST 2017
wdng updated this revision to Diff 88908.
wdng added a comment.
Change V_MAC_f32 to V_MAD_F32 to emit the same result with and without denormals.
Repository:
rL LLVM
https://reviews.llvm.org/D29958
Files:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/udiv.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29958.88908.patch
Type: text/x-patch
Size: 3932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170217/faba2ca4/attachment.bin>
More information about the llvm-commits
mailing list