[PATCH] D69798: Implement inlining of strictfp functions

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 08:46:17 PST 2019


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

Updated patch

- Do not add rounding mode for some intrinsics,
- Add attribute strictfp to all calls in inlined function,
- Some cleanup of tests.


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.229114.patch
Type: text/x-patch
Size: 11081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/16eb0874/attachment.bin>


More information about the llvm-commits mailing list