[PATCH] D53774: [InstCombine] Combine nested min/max intrinsics with constants

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 11:17:31 PDT 2018


volkan marked an inline comment as done.
volkan added a comment.

In https://reviews.llvm.org/D53774#1279675, @spatel wrote:

> Side note: do you know if the reassociate pass handles these? I imagine we're going to miss the optimization in instcombine if the constants are separated in a longer chain of min/max ops.


Probably not, I couldn't find anything related to these intrinsics.


https://reviews.llvm.org/D53774





More information about the llvm-commits mailing list