[PATCH] D33186: [InstCombine] Canonicalize clamp of float types to minmax in fast mode.

James Molloy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 01:22:20 PDT 2017


jmolloy added a comment.

Hi,

> And stating that they are would be incorrect.

Why wouldn't you state that they are custom lowered, and copy the generic bailout code from SelectionDAGBuilder.cpp if "nnan" isn't set?

James


https://reviews.llvm.org/D33186





More information about the llvm-commits mailing list