[PATCH] R600/SI: Add FP mode bits to binary.
Matt Arsenault
Matthew.Arsenault at amd.com
Thu Jun 19 00:29:30 PDT 2014
Default to flushing single precision denormals. It seems some important single precision instructions we would want to use do not support denormals regardless of the mode. It would be more work to properly support functions that would want to use them. It's also what the AMD OpenCL does and it kind of makes sense to match that behavior
http://reviews.llvm.org/D4205
Files:
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/SIDefines.h
test/CodeGen/R600/default-fp-mode.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4205.10610.patch
Type: text/x-patch
Size: 9702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140619/f0c92f35/attachment.bin>
More information about the llvm-commits
mailing list