[PATCH] D147137: [InstSimplify] Extend handlng of fp min/max.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 05:14:32 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/InstSimplify/fminmax-folds.ll:1203
 
 define float @maximum_maximum_minimum(float %x, float %y) {
 ; CHECK-LABEL: @maximum_maximum_minimum(
----------------
Maybe convert a few of these existing tests to take other float types / vectors ? I don't think there's a need to duplicate patterns - just have more type variety.


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

https://reviews.llvm.org/D147137



More information about the llvm-commits mailing list