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

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 06:14:16 PDT 2017


andrew.w.kaylor updated this revision to Diff 105668.
andrew.w.kaylor added a comment.

-Addressed review feedback
-Rebased


Repository:
  rL LLVM

https://reviews.llvm.org/D34163

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34163.105668.patch
Type: text/x-patch
Size: 20768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170709/e3d3219a/attachment.bin>


More information about the llvm-commits mailing list