[PATCH] D36764: The following functions and tests work fine for powerpc64, so enable them.

Sterling Augustine via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 13:11:42 PDT 2017


saugustine created this revision.

These functions were disabled for powerpc in the initial
checkin all the way back in 2009. The reasons why are lost to history,
but they work fine with modern clang and powerpc64.  I have no way
to test them on 32-bit systems, but will clean this up if the someone
finds a failure.


https://reviews.llvm.org/D36764

Files:
  compiler-rt/lib/builtins/divxc3.c
  compiler-rt/lib/builtins/mulxc3.c
  compiler-rt/lib/builtins/powixf2.c
  compiler-rt/test/builtins/Unit/divxc3_test.c
  compiler-rt/test/builtins/Unit/mulxc3_test.c
  compiler-rt/test/builtins/Unit/powixf2_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36764.111235.patch
Type: text/x-patch
Size: 3961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170815/a3cd01f7/attachment.bin>


More information about the cfe-commits mailing list