Skip to content

Commit 1aa763a

Browse files
committed
GlobalISel: Define equivalent node for G_INTRINSIC_ROUND
1 parent 9b61641 commit 1aa763a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def : GINodeEquiv<G_FFLOOR, ffloor>;
109109
def : GINodeEquiv<G_FRINT, frint>;
110110
def : GINodeEquiv<G_FNEARBYINT, fnearbyint>;
111111
def : GINodeEquiv<G_INTRINSIC_TRUNC, ftrunc>;
112+
def : GINodeEquiv<G_INTRINSIC_ROUND, fround>;
112113
def : GINodeEquiv<G_FCOPYSIGN, fcopysign>;
113114
def : GINodeEquiv<G_SMIN, smin>;
114115
def : GINodeEquiv<G_SMAX, smax>;

0 commit comments

Comments
 (0)