[PATCH] D14187: [compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes of tests and __fixuint

Sergey Dmitrouk via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 04:09:40 PST 2015


sdmitrouk retitled this revision from "[compiler-rt][aarch64] New tests for 128-bit floating-point builtins and fixes of tests" to "[compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes of tests and __fixuint".
sdmitrouk updated the summary for this revision.
sdmitrouk updated this revision to Diff 39183.
sdmitrouk added a comment.

Fixed off by one error in `__fixuint` and updated eight tests to check this case (expected 1...1 n times on input 2^n where n is width of output type in bits).


Repository:
  rL LLVM

http://reviews.llvm.org/D14187

Files:
  lib/builtins/fp_fixuint_impl.inc
  test/builtins/Unit/fixtfdi_test.c
  test/builtins/Unit/fixtfsi_test.c
  test/builtins/Unit/fixtfti_test.c
  test/builtins/Unit/fixunsdfdi_test.c
  test/builtins/Unit/fixunsdfsi_test.c
  test/builtins/Unit/fixunsdfti_test.c
  test/builtins/Unit/fixunssfdi_test.c
  test/builtins/Unit/fixunssfsi_test.c
  test/builtins/Unit/fixunstfdi_test.c
  test/builtins/Unit/fixunstfsi_test.c
  test/builtins/Unit/fixunstfti_test.c
  test/builtins/Unit/multf3_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14187.39183.patch
Type: text/x-patch
Size: 14071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/767cfc64/attachment.bin>


More information about the llvm-commits mailing list