[PATCH] D15165: change an assert when generating fmuladd to an ordinary 'if' check (PR25719)

Sanjay Patel via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 2 17:09:22 PST 2015


spatel added a comment.

In http://reviews.llvm.org/D15165#300999, @scanon wrote:

> This is mostly http://reviews.llvm.org/D14891 with a test case added, but http://reviews.llvm.org/D14891 also fixed a second very minor issue: that the "else if" should just be "if".  Also, majnemer made a few style suggestions there that it would be nice to adopt.  Either way, we should merge the two patches.  This can be the canonical one if you want to update it.


Oops - too much mail and obviously missed your patch. But sure, I'll update with the suggested changes.


http://reviews.llvm.org/D15165





More information about the cfe-commits mailing list