[PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi

GuanHong Liu koviankevin at hotmail.com
Wed Sep 17 00:06:12 PDT 2014


Since these functions are implemented for using compiler-rt instead of libgcc, and __fixtfsi returns INT_MAX/INT_MIN when the input is out of range in libgcc, I think range check is still needed to avoid inconsistent results.

http://reviews.llvm.org/D2804






More information about the llvm-commits mailing list