[PATCH] D85230: [PatternMatch] allow intrinsic form of min/max with existing matchers
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 13:58:00 PDT 2020
RKSimon added a comment.
Maybe make it clear at the start of InstCombinerImpl::foldSelectOpOp where we use the matchers that we can safely use the matchers for the select(icmp) pattern OR the intrinsics?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85230/new/
https://reviews.llvm.org/D85230
More information about the llvm-commits
mailing list