[PATCH] D21137: Instcombile min/max intrinsics calls

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 19:54:33 PST 2017


arsenm added a comment.

I discovered that the libcall already does this nnan compare + select canonicalization (although I don't get the rationale for it, the opposite seems preferable). Are you still working on this patch?


https://reviews.llvm.org/D21137





More information about the llvm-commits mailing list