[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
Tue Dec 18 09:23:54 PST 2018


amyk updated this revision to Diff 178706.
amyk added a comment.

Previously uploaded the wrong diff by accident.

Updated revision to fully address:

- Renamed variables
- Removing the infinity/NaN cases
- Macro to group up common code that is used in two cases (high and low cases)
- 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.178706.patch
Type: text/x-patch
Size: 157915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/a78f19cd/attachment-0001.bin>


More information about the llvm-commits mailing list