[PATCH] D84655: [InstSimplify] fold min/max intrinsics using icmp simplification

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 14:15:39 PDT 2020


spatel abandoned this revision.
spatel added a comment.

I added code to simplify these intrinsics without using SimplifyICmpInst, so we can make progress. If we find a way to avoid undef-related logic holes, we can revisit this approach.
rG3fb13b8484dc <https://reviews.llvm.org/rG3fb13b8484dcbec085da047879bf89ccb1b65b12>
rG9ee7d7122c06 <https://reviews.llvm.org/rG9ee7d7122c067d929667e65cc11f600e4592cd8a>
rG3c20ede18b85 <https://reviews.llvm.org/rG3c20ede18b85ba17557d7060d7d5ef2050ce77c0>
rG3e8534fbc62c <https://reviews.llvm.org/rG3e8534fbc62c87bd72c4145598a61eb805c82393>
rGee9617e96b05 <https://reviews.llvm.org/rGee9617e96b05de04b2f189596b86c6149c807764>
rG5cd695dd7fbd <https://reviews.llvm.org/rG5cd695dd7fbd52af0f58ad75cc8d63ad2baa619f>
rGfef513f5ccb7 <https://reviews.llvm.org/rGfef513f5ccb799853a8aed46df2463de1cb4aed9>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84655/new/

https://reviews.llvm.org/D84655



More information about the llvm-commits mailing list