[PATCH] D64662: [FPEnv] [PowerPC] Lower ppc_fp128 StrictFP Nodes to libcalls

Andrew J Wock via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 11:37:01 PDT 2019


ajwock updated this revision to Diff 218141.
ajwock marked an inline comment as done.
ajwock added a comment.

Thanks to jsji for making me realize that a lot of the functionality I implemented in this patch already existed.  I converted the ExpandFloatRes/Op_STRICT_* functions to use ExpandChainLibCall and eliminated the LibCallifyStrictFP and MakeLibCallChained functions from the previous diffs.

I also added a test that ensures that the serial properties of strictFP functions are maintained.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64662

Files:
  lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  test/CodeGen/PowerPC/ppcf128-constrained-fp-instrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64662.218141.patch
Type: text/x-patch
Size: 89859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190830/d4fd4fca/attachment.bin>


More information about the llvm-commits mailing list