[PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 16:43:18 PST 2017


timshen added a comment.

In https://reviews.llvm.org/D27872#636149, @echristo wrote:

> I'm pretty sure I've never seen return <void type function> widely used in the code base versus my suggestion. That said, if you've looked and it's roughly 50/50 then I care a lot less (and we can bike shed in some separate thread).


I didn't count, and I don't know how to count it in the code base. :(


https://reviews.llvm.org/D27872





More information about the llvm-commits mailing list