[PATCH] D34163: Add strictfp attribute to prevent unwanted optimizations of libm calls

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 14:16:30 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310885: Add strictfp attribute to prevent unwanted optimizations of libm calls (authored by akaylor).

Changed prior to commit:
  https://reviews.llvm.org/D34163?vs=105668&id=111071#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34163

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/trunk/include/llvm/IR/Attributes.td
  llvm/trunk/include/llvm/IR/CallSite.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/Attributes.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/IPO/ForceFunctionAttrs.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Bitcode/compatibility.ll
  llvm/trunk/test/Transforms/DCE/calls-errno.ll
  llvm/trunk/test/Transforms/InstCombine/constant-fold-libfunc.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy-1.ll
  llvm/trunk/utils/vim/syntax/llvm.vim

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34163.111071.patch
Type: text/x-patch
Size: 21764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170814/24a5b529/attachment.bin>


More information about the llvm-commits mailing list