[PATCH] D54911: [compiler-rt][builtins][PowerPC] Add ___fixunstfti builtin compiler-rt method support for PowerPC
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 17 19:23:05 PST 2018
amyk updated this revision to Diff 178580.
amyk marked 5 inline comments as done.
amyk added a comment.
Updated this patch with:
- Renamed variables
- Utilized compiler-rt specific functions (like NaN)
- Added the long double union structure in the same file as implementation (containing high and low doubles, high and low bit patterns)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54911/new/
https://reviews.llvm.org/D54911
Files:
compiler-rt/lib/builtins/ppc/fixunstfti.c
compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54911.178580.patch
Type: text/x-patch
Size: 157436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/ae30dc8b/attachment-0001.bin>
More information about the llvm-commits
mailing list