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

Steve Canon via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 2 16:11:32 PST 2015


scanon added a comment.

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.


http://reviews.llvm.org/D15165





More information about the cfe-commits mailing list