[PATCH] D69798: Implement inlining of strictfp functions

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 09:45:56 PST 2019


sepavloff updated this revision to Diff 228721.
sepavloff added a comment.

Updated patch

- add attribute strictfp to calls of constrained intrinsics,
- do not use flag DependsOnFPEnvironment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69798/new/

https://reviews.llvm.org/D69798

Files:
  llvm/lib/Transforms/Utils/CloneFunction.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/Transforms/CodeExtractor/PartialInlineAttributes.ll
  llvm/test/Transforms/Inline/inline_strictfp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69798.228721.patch
Type: text/x-patch
Size: 8206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191111/cf2099d7/attachment.bin>


More information about the llvm-commits mailing list