[PATCH] D14187: [compiler-rt][aarch64] New tests for 128-bit floating-point builtins and fixes of tests
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 1 11:15:16 PST 2015
zatrazz added inline comments.
================
Comment at: test/builtins/Unit/fixunstfti_test.c:88
@@ +87,3 @@
+ return 1;
+ if (test__fixunstfti(0x1.FFFFFEp+128, make_ti(0xfffffe0000000000LL, 0x0)))
+ return 1;
----------------
Shouldn't it be (0xFFFFFF0000000000, 0x0)?
Repository:
rL LLVM
http://reviews.llvm.org/D14187
More information about the llvm-commits
mailing list