[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
Thu Dec 20 10:40:52 PST 2018
amyk updated this revision to Diff 179099.
amyk added a comment.
Updated patch to address @renenkel's review :
- Renamed union type to represent the long double
- Updated comments
- Updated variable names
- Updated algorithm to be more concise and succinct
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.179099.patch
Type: text/x-patch
Size: 22793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181220/f2655265/attachment.bin>
More information about the llvm-commits
mailing list