Add lowering for floating point minimum and maximum intrinsics.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yep! Looks like a duplicate but implemented in combine instead of lowering. Let reviewers to choose what is better. Will keep it for a while and then close as duplicate in case that patch is landed.
Again, thanks for pointing to.
Comment Actions
ok, in a review of https://reviews.llvm.org/D145634 it is explicitly mentioned that lowering is better than combining, so abandon tis in favor of that.