Skip to content

Commit c255a31

Browse files
authored
GlobalISel: Handle fminimumnum/fmaximumnum in SelectionDAGCompat (#139148)
1 parent 370aecb commit c255a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def : GINodeEquiv<G_FMINNUM_IEEE, fminnum_ieee>;
186186
def : GINodeEquiv<G_FMAXNUM_IEEE, fmaxnum_ieee>;
187187
def : GINodeEquiv<G_FMAXIMUM, fmaximum>;
188188
def : GINodeEquiv<G_FMINIMUM, fminimum>;
189+
def : GINodeEquiv<G_FMAXIMUMNUM, fmaximumnum>;
190+
def : GINodeEquiv<G_FMINIMUMNUM, fminimumnum>;
189191
def : GINodeEquiv<G_READCYCLECOUNTER, readcyclecounter>;
190192
def : GINodeEquiv<G_READSTEADYCOUNTER, readsteadycounter>;
191193
def : GINodeEquiv<G_ROTR, rotr>;

0 commit comments

Comments
 (0)