[PATCH] D54313: [compiler-rt][builtins][PowerPC] Add floattitf builtin compiler-rt method support for PowerPC

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 16:14:06 PST 2018


amyk updated this revision to Diff 178314.
amyk marked an inline comment as done.
amyk added a comment.

Updated this patch to reflect:

- Changed variable names;
- Removed test cases with `INFINITY` and `NAN`
- Added the long double union structure (containing high and low double portions, and their corresponding bit patterns) to be used in the testing file (to remove the dependency of looking at two files for the implementation of the `long double`)


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

https://reviews.llvm.org/D54313

Files:
  compiler-rt/lib/builtins/CMakeLists.txt
  compiler-rt/lib/builtins/ppc/floattitf.c
  compiler-rt/test/builtins/Unit/ppc/floattitf_test.c
  compiler-rt/test/builtins/Unit/ppc/floattitf_test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54313.178314.patch
Type: text/x-patch
Size: 22701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181215/d12339e0/attachment.bin>


More information about the llvm-commits mailing list