[PATCH] D41603: [InstCombine] fold min/max tree with common operand (PR35717)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 07:00:19 PST 2018


spatel added a comment.

In https://reviews.llvm.org/D41603#969436, @hfinkel wrote:

> If I'm right about the easy FP cases, I'd like to see those handled in follow-up. Regardless, this LGTM.


Thanks - yes, I'm planning on that; still working on the similar FP min/max enhancement for early-cse ( https://reviews.llvm.org/D41136 ) too.


https://reviews.llvm.org/D41603





More information about the llvm-commits mailing list