[llvm-commits] [PATCH] llvm-stress fixes

Chris Lattner clattner at apple.com
Tue Apr 10 12:54:24 PDT 2012


On Apr 10, 2012, at 9:41 AM, Hal Finkel wrote:

>> 
>> That makes a lot of sense to me too.  The only issue here is that
>> someone needs to do it.  There are PPC users of clang out there
>> (Hal?) that may care about this not regressing.
> 
> The current situation is not great, support for ppc128 in APFloat is
> currently broken, and while fixing it is on my TODO list, I have not
> really worked on it yet.

Makes sense.  One major advantage to moving ppc long double to the frontend is that APFloat won't need to support it anymore.

-Chris



More information about the llvm-commits mailing list